検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 27 for mtime (0.002 sec.)
ファイルの最終アクセス時刻および最終更新日をセットする 15454
« tmpfile umask » PHP Manual ファイルシステム 関数 ファイルの最終アクセス時刻および最終更新日をセ ... をセットする 説明 touch ( string $filename , ? int $mtime = null , ? int $atime = null ): bool filename で指 ... 定されたファイルの最終更新日を、 mtime で指定された値に セットしようと試みます。 パラメー ... す。 パラメータ filename 処理したいファイルの名前。 mtime 設定する時刻。 mtime が null の場合は、 現在時刻 ( ... セス時刻が atime にセットされます。 存在しない場合は mtime に渡した値となります。 どちらも null の場合は、現在 ...
https://man.plustar.jp/php/function.touch.html - [similar]
Returns the values most recently detected by Ev 10401
« EvStat EvStat::__construct » PHP Manual EvStat Returns the values most recently detected by Ev ... of last access 'ctime' time of last status change 'mtime' time of last modification See stat(2) man page fo ... me: %ld\n" , $attr [ 'atime' ]); printf ( "Current mtime: %ld\n" , $attr [ 'mtime' ]); } else { fprintf ( S ...
https://man.plustar.jp/php/evstat.attr.html - [similar]
Constructs EvStat watcher object 9397
« EvStat::attr EvStat::createStopped » PHP Manual EvStat Constructs EvStat watcher object EvStat ... me: %ld\n" , $attr [ 'atime' ]); printf ( "Current mtime: %ld\n" , $attr [ 'mtime' ]); } else { fprintf ( S ...
https://man.plustar.jp/php/evstat.construct.html - [similar]
ファイルに関する情報を取得する 9019
« set_file_buffer symlink » PHP Manual ファイルシステム 関数 ファイルに関する情報を取得する stat ... PHP 7.4.0 より前の NTS ビルドでは、 size , atime , mtime , ctime の統計情報は、シンボリックリンクの値が返さ ... ズ 8 atime 最終アクセス時間 (Unix タイムスタンプ) 9 mtime 最終修正時間 (Unix タイムスタンプ) 10 ctime 最終 i ... た。 7.4.0 シンボリックリンクの場合、 size , atime , mtime , ctime の統計情報は、ファイルの実体の値が返される ... /* * ファイルの更新日時を表示します。 * これは filemtime() をコールするのと同じです */ echo '更新日時: ' . ...
https://man.plustar.jp/php/function.stat.html - [similar]
シンボリックリンクの情報を取得する 8887
« ssh2_sftp_chmod ssh2_sftp_mkdir » PHP Manual SSH2 関数 シンボリックリンクの情報を取得する ssh2 ... atinfo [ 'uid' ]; $atime = $statinfo [ 'atime' ]; $mtime = $statinfo [ 'mtime' ]; $mode = $statinfo [ 'mode ...
https://man.plustar.jp/php/function.ssh2-sftp-lstat.html - [similar]
ファイルの最終アクセス時刻と変更時刻を変更する 8755
« eio_unlink eio_write » PHP Manual Eio 関数 ファイルの最終アクセス時刻と変更時刻を変更する eio_ ... 明 eio_utime ( string $path , float $atime , float $mtime , int $pri = EIO_PRI_DEFAULT , callable $callback ... メータ path ファイルへのパス。 atime アクセス時刻。 mtime 変更時刻。 pri リクエストの優先順位。 EIO_PRI_DEFA ...
https://man.plustar.jp/php/function.eio-utime.html - [similar]
リモートファイルシステム上のファイルの情報を取得する 8755
« ssh2_sftp_rmdir ssh2_sftp_symlink » PHP Manual SSH2 関数 リモートファイルシステム上のファイルの ... atinfo [ 'uid' ]; $atime = $statinfo [ 'atime' ]; $mtime = $statinfo [ 'mtime' ]; $mode = $statinfo [ 'mode ...
https://man.plustar.jp/php/function.ssh2-sftp-stat.html - [similar]
リクエストの一部を指定したURIに対して行い、全ての情報を返す 8624
« apache_getenv apache_note » PHP Manual Apache 関数 リクエストの一部を指定したURIに対して行い、 ... d_bodyct bytes_sent byterange clength unparsed_uri mtime request_time 失敗時に false を返します。 例 例1 ap ... st] => GET /dir/file.php HTTP/1.1 [method] => GET [mtime] => 0 [clength] => 0 [chunked] => 0 [content_type] ...
https://man.plustar.jp/php/function.apache-lookup-uri.html - [similar]
ファイルの最終アクセス時刻と変更時刻を変更する 8624
« eio_ftruncate eio_get_event_stream » PHP Manual Eio 関数 ファイルの最終アクセス時刻と変更時刻を ... 説明 eio_futime ( mixed $fd , float $atime , float $mtime , int $pri = EIO_PRI_DEFAULT , callable $callback ... eio_open() が返すものなど)。 atime アクセス時刻。 mtime 変更時刻。 pri リクエストの優先順位。 EIO_PRI_DEFA ...
https://man.plustar.jp/php/function.eio-futime.html - [similar]
実行時設定 7998
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... aconf will detect ini file's change(by directory's mtime), if it is set to zero, you have to restart php to ...
https://man.plustar.jp/php/yaconf.configuration.html - [similar]
PREV 1 2 3 NEXT