検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 392 for time (0.017 sec.)
The EvLoop class 4785
« EvIo::set EvLoop::backend » PHP Manual Ev The EvLoop class The EvLoop class (PECL ev >= 0.2.0) ... public $ pending ; public $ io_interval ; public $ timeout_interval ; public $ depth ; /* メソッド */ publ ... d $data = NULL , float $io_interval = 0.0 , float $timeout_interval = 0.0 ) public backend (): int final p ... ed $data = NULL , float $io_interval = 0. , float $timeout_interval = 0. ): EvLoop final public embed ( st ... w = ? ): void public suspend (): void final public timer ( float $after , float $repeat , callable $callba ...
https://man.plustar.jp/php/class.evloop.html - [similar]
The Swoole\Timer class 4785
« Swoole\Table::valid Swoole\Timer::after » PHP Manual Swoole The Swoole\Timer class The Swoole\ ... swoole >= 1.9.0) はじめに クラス概要 class Swoole\Timer { /* メソッド */ public static after ( int $after ... _time_ms , callable $callback ): void public static clea ... r ( int $timer_id ): void public static exists ( int $timer_id ) ... callback , string $param = ? ): void } 目次 Swoole\Timer::after — Trigger a callback function after a peri ...
https://man.plustar.jp/php/class.swoole-timer.html - [similar]
実行を遅延させる 4785
« show_source sys_getloadavg » PHP Manual その他の関数 実行を遅延させる sleep (PHP 4, PHP 5, PHP ... :33 参考 usleep() - マイクロ秒単位で実行を遅延する time_nanosleep() - 秒およびナノ秒単位で実行を遅延する t ... sleep_until() - 指定した時刻まで実行を遅延する set_time_limit() - 実行時間の最大値を制限する 関連キーワード ... : 実行 , 遅延 , seconds , 単位 , 関数 , int , time , エラー , 発生 , limit ...
https://man.plustar.jp/php/function.sleep.html - [similar]
Returns the status of working copy files and directories 4759
« svn_revert svn_update » PHP Manual SVN 関数 Returns the status of working copy files and direc ... mplete. (Only set if true .) cmt_date Integer Unix timestamp of last commit date. (Unaffected by update .) ... thor of last commit. (Unaffected by update .) prop_time Integer Unix timestamp of last up-to-date time for ... properties text_time Integer Unix timestamp of last up-to-date time for ... 43135 [cmt_rev] => 120 [cmt_author] => Alice [prop_time] => 1180201728 [text_time] => 1180201729 ) ) 注意 ...
https://man.plustar.jp/php/function.svn-status.html - [similar]
マイクロ秒単位で実行を遅延する 4759
« unpack 変更履歴 » PHP Manual その他の関数 マイクロ秒単位で実行を遅延する usleep (PHP 4, PHP 5, ... 11:13:28 11:13:30 参考 sleep() - 実行を遅延させる time_nanosleep() - 秒およびナノ秒単位で実行を遅延する t ... sleep_until() - 指定した時刻まで実行を遅延する set_time_limit() - 実行時間の最大値を制限する 関連キーワード ... : 実行 , 遅延 , 単位 , usleep , microseconds , time , 注意 , ハードウェア , 最大 , limit ...
https://man.plustar.jp/php/function.usleep.html - [similar]
ILL リクエストパッケージを関して Z39.50 Item Order を準備する 4759
« yaz_hits yaz_present » PHP Manual YAZ 関数 ILL リクエストパッケージを関して Z39.50 Item Order ... nsaction-id,sub-transaction-qualifier service-date-time,this,date service-date-time,this,time service-date ... -time,original,date service-date-time,original,time requ ...
https://man.plustar.jp/php/function.yaz-itemorder.html - [similar]
定義済み定数 4699
« リソース型 例 » PHP Manual cURL 定義済み定数 定義済み定数 以下の定数が定義されています。 この関 ... OPT_DNS_USE_GLOBAL_CACHE ( int ) CURLOPT_DNS_CACHE_TIMEOUT ( int ) CURLOPT_FTP_SSL ( int ) CURLFTP_CREATE_ ... PROXYUSERPWD ( int ) CURLOPT_RANGE ( int ) CURLOPT_TIMEOUT ( int ) CURLOPT_TIMEOUT_MS ( int ) CURLOPT_TCP_ ... CURLOPT_LOW_SPEED_LIMIT ( int ) CURLOPT_LOW_SPEED_TIME ( int ) CURLOPT_RESUME_FROM ( int ) CURLOPT_COOKIE ... _1 ( int ) CURL_SSLVERSION_TLSv1_2 ( int ) CURLOPT_TIMECONDITION ( int ) CURLOPT_TIMEVALUE ( int ) CURLOPT ...
https://man.plustar.jp/php/curl.constants.html - [similar]
コマンドラインオプション 4699
« 他の SAPI との違い Usage » PHP Manual コマンドラインの使用法 コマンドラインオプション コマンド ... ィレクティブに"1"を指定します $ php -d max_execution_time -r '$foo = ini_get("max_execution_time"); var_dump ... ディレクティブに""を設定します php -d max_execution_time= -r '$foo = ini_get("max_execution_time"); var_dum ... 後に指定したものを設定します $ php -d max_execution_time=20 -r '$foo = ini_get("max_execution_time"); var_d ... ump($foo);' string(2) "20" $ php -d max_execution_time=doesntmakesense -r '$foo = ini_get("max_execution_ ...
https://man.plustar.jp/php/features.commandline.options.html - [similar]
Formatter が使うカレンダー型を設定する 4699
« IntlDateFormatter::parse IntlDateFormatter::setLenient » PHP Manual IntlDateFormatter Formatte ... ter is : 0 例3 引数に IntlCalendar を使う例 <?php $time = strtotime ( "2013-03-03 00:00:00 UTC" ); $format ... rdam" ); echo "before: " , $formatter -> format ( $time ), "\n" ; /* カレンダーのロケールは使われないことに ... amic" )); echo "after: " , $formatter -> format ( $time ), "\n" ; 上の例の出力は以下となります。 before: S ... ch 3, 2013 at 1:00:00 AM Central European Standard Time after: Saturday, Rabiʻ II 20, 1434 at 7:00:00 PM E ...
https://man.plustar.jp/php/intldateformatter.setcalendar.html - [similar]
ローカルな時刻/日付を整数として整形する 4664
« gmstrftime localtime » PHP Manual 日付・時刻 関数 ローカルな時刻/日付を整数として整形する idat ... として整形する 説明 idate ( string $format , ? int $timestamp = null ): int | false 指定された引数 timestam ... い場合は、現在のローカル時刻が使われます。 つまり、 timestamp はオプションであり、 そのデフォルト値は time( ... (January 1 1970 00:00:00 UTC) からの秒数。 これは time() と同じです w 曜日 (日曜日は 0 ) W ISO-8601 形式。 ... 桁) z 年間の通算日 Z タイムゾーンのオフセット秒数 timestamp オプションのパラメータ timestamp は、 int 型の ...
https://man.plustar.jp/php/function.idate.html - [similar]