検索

phrase: max: clip:
target: order:
Results of 151 - 160 of about 440 for last (0.026 sec.)
ファイルの更新時刻を取得する 3991
« fileinode fileowner » PHP Manual ファイルシステム 関数 ファイルの更新時刻を取得する filemtime ... filemtime() の例 <?php // 出力例 somefile.txt was last modified: December 29 2002 22:16:23. $filename = ' ... file_exists ( $filename )) { echo " $filename was last modified: " . date ( "F d Y H:i:s." , filemtime ( ... ルの最終アクセス時刻および最終更新日をセットする getlastmod() - 最終更新時刻を取得する 関連キーワード: 時刻 ...
https://man.plustar.jp/php/function.filemtime.html - [similar]
エラー配列を取得する 3991
« libxml_disable_entity_loader libxml_get_last_error » PHP Manual libxml 関数 エラー配列を取得す ... ---------------------------------- 参考 libxml_get_last_error() - libxmlから直近のエラーを取得する libxml_ ...
https://man.plustar.jp/php/function.libxml-get-errors.html - [similar]
日付を Unix のタイムスタンプとして取得する 3991
« microtime strftime » PHP Manual 日付・時刻 関数 日付を Unix のタイムスタンプとして取得する mkt ... として表すことが可能です。以下の例はともに文字列"The last day in Feb 2000 is: 29" を出力します。 <?php $last ... ime ( 0 , 0 , 0 , 3 , 0 , 2000 ); echo strftime ( "Last day in Feb 2000 is: %d" , $lastday ); $lastday = m ... ( 0 , 0 , 0 , 4 , - 31 , 2000 ); echo strftime ( "Last day in Feb 2000 is: %d" , $lastday ); ?> 参考 chec ...
https://man.plustar.jp/php/function.mktime.html - [similar]
定義済み定数 3991
« リソース型 JsonException » PHP Manual JSON 定義済み定数 定義済み定数 以下の定数が定義されていま ... ドされている場合のみ使用可能です。 次の定数は、 json_last_error() が返したり、 JsonException の code に格納さ ... N_THROW_ON_ERROR ( int ) エラーが起きた場合、 json_last_error() や json_last_error_msg() 関数で収集される、 ...
https://man.plustar.jp/php/json.constants.html - [similar]
Stomp 関数 3991
« 例 stomp_connect_error » PHP Manual Stomp Stomp 関数 Stomp 関数 目次 stomp_connect_error — Ret ... urns a string description of the last connect error stomp_version — Gets the current sto ...
https://man.plustar.jp/php/ref.stomp.html - [similar]
リソース型の一覧 3991
« その他の予約語の一覧 利用できるフィルタのリスト » PHP Manual 付録 リソース型の一覧 リソース型の ... g_connection_reset() , pg_connection_status() , pg_last_error() , pg_last_notice() , pg_lo_create() , pg_l ... g_connection_reset() , pg_connection_status() , pg_last_error() , pg_last_notice() , pg_lo_create() , pg_l ... _prtlen() , pg_field_size() , pg_field_type() , pg_last_oid() , pg_num_fields() , pg_num_rows() , pg_resul ... cket_getpeername() , socket_getsockname() , socket_last_error() , socket_listen() , socket_read() , socket ...
https://man.plustar.jp/php/resource.html - [similar]
プロセス制御 3950
« expect_popen はじめに » PHP Manual プロセス制御 プロセス制御 プロセス制御 はじめに インストール ... 無効にするか、古い設定を返す pcntl_errno — pcntl_get_last_error のエイリアス pcntl_exec — 現在のプロセス空間 ... ork — 現在実行中のプロセスをフォークする pcntl_get_last_error — 直近の pcntl 関数が失敗したときのエラー番号 ...
https://man.plustar.jp/php/book.pcntl.html - [similar]
The ZMQ class 3950
« 要件 ZMQ::__construct » PHP Manual 0MQ messaging The ZMQ class The ZMQ class (PECL zmq >= 0.5. ... O ; const int SOCKOPT_IPV4ONLY ; const int SOCKOPT_LAST_ENDPOINT ; const int SOCKOPT_TCP_KEEPALIVE_IDLE ; ... iled against ZeroMQ 3.x (Value: int ) ZMQ::SOCKOPT_LAST_ENDPOINT Retrieve the last connected endpoint - fo ...
https://man.plustar.jp/php/class.zmq.html - [similar]
ファイルの最終アクセス時刻を取得する 3950
« file filectime » PHP Manual ファイルシステム 関数 ファイルの最終アクセス時刻を取得する fileati ... fileatime() の例 <?php // 出力例 somefile.txt was last accessed: December 29 2002 22:16:23. $filename = ' ... file_exists ( $filename )) { echo " $filename was last accessed: " . date ( "F d Y H:i:s." , fileatime ( ...
https://man.plustar.jp/php/function.fileatime.html - [similar]
ファイルの inode 変更時刻を取得する 3950
« fileatime filegroup » PHP Manual ファイルシステム 関数 ファイルの inode 変更時刻を取得する fil ... filectime() の例 <?php // 出力例 somefile.txt was last changed: December 29 2002 22:16:23. $filename = 's ... file_exists ( $filename )) { echo " $filename was last changed: " . date ( "F d Y H:i:s." , filectime ( $ ...
https://man.plustar.jp/php/function.filectime.html - [similar]