検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 10 for usec (0.002 sec.)
実行時設定 11995
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... sec 2 PHP_INI_ALL stomp.default_connection_timeout_usec 0 PHP_INI_ALL stomp.default_read_timeout_sec 2 PHP ... _INI_ALL stomp.default_read_timeout_usec 0 PHP_INI_ALL 以下に設定ディレクティブに関する 簡単 ... nnection timeout. stomp.default_connection_timeout_usec int The microseconds part of the default connectio ... efault reading timeout. stomp.default_read_timeout_usec int The microseconds part of the default reading t ...
https://man.plustar.jp/php/stomp.configuration.html - [similar]
現在のリソース使用状況を取得する 11316
« getopt ini_alter » PHP Manual PHP オプション/情報 関数 現在のリソース使用状況を取得する getrus ... nswap" ]; // スワップの数 echo $dat [ "ru_utime.tv_usec" ]; // 使用するユーザー時間 (マイクロ秒) echo $dat ... 使用するユーザー時間 (秒) echo $dat [ "ru_stime.tv_usec" ]; // 使用するシステム時間 (マイクロ秒) ?> 注意 注 ... バーしか帰しません。 "ru_stime.tv_sec" "ru_stime.tv_usec" "ru_utime.tv_sec" "ru_utime.tv_usec" "ru_majflt" ... バーしか返しません。 "ru_stime.tv_sec" "ru_stime.tv_usec" "ru_utime.tv_sec" "ru_utime.tv_usec" 参考 getrusa ...
https://man.plustar.jp/php/function.getrusage.html - [similar]
Gets read timeout 10440
« Stomp::error Stomp::getSessionId » PHP Manual Stomp Gets read timeout Stomp::getReadTimeout st ... 。 戻り値 Returns an array with 2 elements: sec and usec. 例 例1 オブジェクト指向型 <?php /* connection */ ... 以下のようになります。 array(2) { ["sec"]=> int(2) ["usec"]=> int(0) } 例2 手続き型 <?php /* connection */ $ ... 以下のようになります。 array(2) { ["sec"]=> int(2) ["usec"]=> int(0) } 関連キーワード: read , timeout , arra ... y , int , getReadTimeout , 手続き , usec , 出力 , getSessionId , public ...
https://man.plustar.jp/php/stomp.getreadtimeout.html - [similar]
現在の時間を得る 9564
« getdate gmdate » PHP Manual 日付・時刻 関数 現在の時間を得る gettimeofday (PHP 4, PHP 5, PHP 7 ... します。 配列のキー: "sec" - UNIX エポックからの秒 "usec" - マイクロ秒 "minuteswest" - グリニッジ基準の分 " ... 以下のようになります。 Array ( [sec] => 1073504408 [usec] => 238215 [minuteswest] => 0 [dsttime] => 1 ) 107 ... 関連キーワード: float , gettimeofday , 関数 , 配列 , usec , dsttime , minuteswest , getdate , 出力 , 補正 ...
https://man.plustar.jp/php/function.gettimeofday.html - [similar]
High precision timer which triggers signal with fixed interval. 9260
« Swoole\Process Swoole\Process::close » PHP Manual Swoole\Process High precision timer which tr ... ublic static Swoole\Process::alarm ( int $interval_usec ): void パラメータ interval_usec 戻り値 関連キーワ ...
https://man.plustar.jp/php/swoole-process.alarm.html - [similar]
乱数生成器を初期化する 8187
« sqrt tan » PHP Manual Math 関数 乱数生成器を初期化する srand (PHP 4, PHP 5, PHP 7, PHP 8) sran ... でシードを設定します function make_seed () { list( $usec , $sec ) = explode ( ' ' , microtime ()); return $ ... sec + $usec * 1000000 ; } srand ( make_seed ()); $randval = ra ...
https://man.plustar.jp/php/function.srand.html - [similar]
メルセンヌ・ツイスター乱数生成器にシードを指定する 7794
« mt_rand octdec » PHP Manual Math 関数 メルセンヌ・ツイスター乱数生成器にシードを指定する mt_sr ... でシードを指定します function make_seed () { list( $usec , $sec ) = explode ( ' ' , microtime ()); return $ ... sec + $usec * 1000000 ; } mt_srand ( make_seed ()); $randval = ...
https://man.plustar.jp/php/function.mt-srand.html - [similar]
The Swoole\Process class 7007
« Swoole\MySQL\Exception Swoole\Process::alarm » PHP Manual Swoole The Swoole\Process class The ... /* メソッド */ public static alarm ( int $interval_usec ): void public close (): void public static daemon ...
https://man.plustar.jp/php/class.swoole-process.html - [similar]
ソケットのオプションを取得する 6918
« socket_export_stream socket_getopt » PHP Manual ソケット 関数 ソケットのオプションを取得する s ... キーはふたつ。 sec はタイムアウトの秒単位の部分で、 usec はタイムアウトのマイクロ秒位の部分。 SO_SNDTIMEO 出 ... キーはふたつ。 sec はタイムアウトの秒単位の部分で、 usec はタイムアウトのマイクロ秒位の部分。 SO_SNDLOWAT s ...
https://man.plustar.jp/php/function.socket-get-option.html - [similar]
Basic FFI usage 6811
« 例 PHP Callbacks » PHP Manual 例 Basic FFI usage Basic FFI usage Before diving into the detail ... typedef unsigned int time_t; typedef unsigned int suseconds_t; struct timeval { time_t tv_sec; suseconds_t ... tv_usec; }; struct timezone { int tz_minuteswest; int tz_d ...
https://man.plustar.jp/php/ffi.examples-basic.html - [similar]
PREV 1 NEXT