検索

phrase: max: clip:
target: order:
Results of 151 - 160 of about 392 for time (0.015 sec.)
Execution 4085
« parallel\bootstrap parallel\Runtime » PHP Manual Functional API Execution parallel\run (1.0.0) ... r execution in parallel, passing argv at execution time. Automatic Scheduling If a \parallel\Runtime inter ... ll be used to execute the task. If no \parallel\Runtime is idle parallel will create and cache a \parallel ... \Runtime . 注意 : \parallel\Runtime objects created by the ... characteristics to be passed to task at execution time. Task Characteristics Closures scheduled for paral ...
https://man.plustar.jp/php/parallel.run.html - [similar]
セッションのアップロード状況 4085
« カスタムセッションハンドラ セッション と セキュリティ » PHP Manual Sessions セッションのアップ ... _SESSION [ "upload_progress_123" ] = array( "start_time" => 1234567890 , // リクエストされた時刻 "content_ ... ンドラがこのファイルの処理を終えたときに true "start_time" => 1234567890 , // このファイルの処理が始まった時 ... => NULL , "error" => 0 , "done" => false , "start_time" => 1234567899 , "bytes_processed" => 54554 , ), ) ...
https://man.plustar.jp/php/session.upload-progress.html - [similar]
インストール/設定 4051
« はじめに 要件 » PHP Manual Date/Time インストール/設定 インストール/設定 目次 要件 インストール ...
https://man.plustar.jp/php/datetime.setup.html - [similar]
ロケールの設定に基づいて GMT/UTC 時刻/日付をフォーマットする 4051
« gmmktime idate » PHP Manual 日付・時刻 関数 ロケールの設定に基づいて GMT/UTC 時刻/日付をフォー ... マットする gmstrftime (PHP 4, PHP 5, PHP 7, PHP 8) gmstrftime — ロケール ... す: gmdate() IntlDateFormatter::format() 説明 gmstrftime ( string $format , ? int $timestamp = null ): stri ... ng | false グリニッジ標準時を返すこと以外は、 strftime() と同じ動作をします。例えば、東部標準時 (GMT -050 ... 999 01:00:00" を出力します。 パラメータ format strftime() の説明を参照ください。 timestamp オプションのパラ ...
https://man.plustar.jp/php/function.gmstrftime.html - [similar]
新しいセッションを開始、あるいは既存のセッションを再開する 4051
« session_set_save_handler session_status » PHP Manual セッション関数 新しいセッションを開始、あ ... n' ; $_SESSION [ 'animal' ] = 'cat' ; $_SESSION [ 'time' ] = time (); // セッションクッキーが有効なら動作し ... ]; // cat echo date ( 'Y m d H:i:s' , $_SESSION [ 'time' ]); // page1.php と同様に、ここで SID を使うことも ... 続クッキーを送信します session_start ([ 'cookie_lifetime' => 86400 , ]); ?> 例4 セッションの読み込みとクロー ... てしまうことを防げます session_start ([ 'cookie_lifetime' => 86400 , 'read_and_close' => true , ]); 注意 注 ...
https://man.plustar.jp/php/function.session-start.html - [similar]
その他の関数 4051
« 定義済み定数 connection_aborted » PHP Manual その他 その他の関数 その他の関数 目次 connection_ ... 表示 highlight_string — 文字列の構文ハイライト表示 hrtime — システムの高精度な時刻を取得する ignore_user_abo ... させる sys_getloadavg — システムの平均負荷を取得する time_nanosleep — 秒およびナノ秒単位で実行を遅延する tim ...
https://man.plustar.jp/php/ref.misc.html - [similar]
その他の関数 4025
« LuaSandboxTimeoutError はじめに » PHP Manual その他の基本モジュール その他の関数 その他の関数 ... 表示 highlight_string — 文字列の構文ハイライト表示 hrtime — システムの高精度な時刻を取得する ignore_user_abo ... させる sys_getloadavg — システムの平均負荷を取得する time_nanosleep — 秒およびナノ秒単位で実行を遅延する tim ...
https://man.plustar.jp/php/book.misc.html - [similar]
The MongoDB\Driver\ServerDescription class 4025
« MongoDB\Driver\Server::isSecondary MongoDB\Driver\ServerDescription::getHelloResponse » PHP Ma ... ublic getHost (): string final public getLastUpdateTime (): int final public getPort (): int final public ... getRoundTripTime (): int final public getType (): string } 定義済み ... ver MongoDB\Driver\ServerDescription::getLastUpdateTime — Returns the server's last update time in microse ... ning MongoDB\Driver\ServerDescription::getRoundTripTime — Returns the server's round trip time in millisec ...
https://man.plustar.jp/php/class.mongodb-driver-serverdescription.html - [similar]
Set socket I/O activity timeout 4025
« GearmanClient::setStatusCallback GearmanClient::setWarningCallback » PHP Manual GearmanClient ... Set socket I/O activity timeout GearmanClient::setTimeout (PECL gearman >= 0.6. ... 0) GearmanClient::setTimeout — Set socket I/O activity timeout 説明 public G ... earmanClient::setTimeout ( int $timeout ): bool Sets the timeout for soc ... ket I/O activity. パラメータ timeout An interval of time in milliseconds 戻り値 Alwa ...
https://man.plustar.jp/php/gearmanclient.settimeout.html - [similar]
Basic FFI usage 3990
« 例 PHP Callbacks » PHP Manual 例 Basic FFI usage Basic FFI usage Before diving into the detail ... a structure through an argument <?php // create gettimeofday() binding $ffi = FFI :: cdef ( " typedef unsi ... gned int time_t; typedef unsigned int suseconds_t; struct timeva ... l { time_t tv_sec; suseconds_t tv_usec; }; struct timezone ... { int tz_minuteswest; int tz_dsttime; }; int gettimeofday(struct timeval *tv, struct ti ...
https://man.plustar.jp/php/ffi.examples-basic.html - [similar]