検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 392 for time (0.025 sec.)
クッキーを送信する 4301
« pfsockopen setrawcookie » PHP Manual ネットワーク 関数 クッキーを送信する setcookie (PHP 4, PH ... och(1970 年 1 月 1 日)からの経過秒数となります。 time() または mktime() 関数により 返された現在のUNIX標準 ... 秒数を加算したものを 利用することができるでしょう。 time()+60*60*24*30 はクッキーの有効期限を 30 日後にセッ ... e" , $value ); setcookie ( "TestCookie" , $value , time ()+ 3600 ); /* 有効期限は一時間です */ setcookie ( ... "TestCookie" , $value , time ()+ 3600 , "/~rasmus/" , "example.com" , 1 ); ?> ク ...
https://man.plustar.jp/php/function.setcookie.html - [similar]
ReflectionProperty オブジェクトを作成する 4301
« ReflectionProperty::__clone ReflectionProperty::export » PHP Manual ReflectionProperty Reflect ... e (), $prop -> isDefault () ? 'declared at compile-time' : 'created at run-time' , var_export ( Reflection ... c property 'length' (which was declared at compile-time) having the modifiers array ( 0 => 'public', ) --- ...
https://man.plustar.jp/php/reflectionproperty.construct.html - [similar]
FANN (Fast Artificial Neural Network) 4267
« geoip_time_zone_by_country_and_region はじめに » PHP Manual その他の基本モジュール FANN (Fast ... ata — Trains on an entire dataset, for a period of time using the Cascade2 training algorithm fann_cascade ... an entire dataset read from file, for a period of time using the Cascade2 training algorithm fann_clear_s ... data — Trains on an entire dataset for a period of time fann_train_on_file — Trains on an entire dataset, ... which is read from file, for a period of time fann_train — Train one iteration with a set of inp ...
https://man.plustar.jp/php/book.fann.html - [similar]
ローカルタイムを得る 4267
« idate microtime » PHP Manual 日付・時刻 関数 ローカルタイムを得る localtime (PHP 4, PHP 5, PHP ... 7, PHP 8) localtime — ローカルタイムを得る 説明 localtime ( ? int $tim ... p = null , bool $associative = false ): array localtime() 関数は、C 言語の 同名の関数コールにより返される構 ... 造体と同じ内容の配列を返します。 パラメータ timestamp オプションのパラメータ timestamp は、 int 型の ... Unix タイムスタンプです。 timestamp が指定されなかったり、 null だった場合のデフォ ...
https://man.plustar.jp/php/function.localtime.html - [similar]
LuaSandbox 4241
« LuaClosure::__invoke はじめに » PHP Manual その他の基本モジュール LuaSandbox LuaSandbox はじめ ... r. LuaSandbox::getCPUUsage — Fetch the current CPU time usage of the Lua environment LuaSandbox::getMemory ... ode into the Lua environment LuaSandbox::pauseUsageTimer — Pause the CPU usage timer LuaSandbox::registerL ... Lua library LuaSandbox::setCPULimit — Set the CPU time limit for the Lua environment LuaSandbox::setMemor ... it for the Lua environment LuaSandbox::unpauseUsageTimer — Unpause the timer paused by LuaSandbox::pauseUs ...
https://man.plustar.jp/php/book.luasandbox.html - [similar]
Swoole 4241
« stream_wrapper_unregister はじめに » PHP Manual その他の基本モジュール Swoole Swoole はじめに ... ror — Convert the Errno into error messages swoole_timer_after — Trigger a one time callback function in t ... he future swoole_timer_exists — Check if a timer callback function is ex ... isted swoole_timer_tick — Trigger a timer tick callback function by ... ocess class Swoole\Process::alarm — High precision timer which triggers signal with fixed interval. Swoole ...
https://man.plustar.jp/php/book.swoole.html - [similar]
Ping a server connection or reconnect if there is no connection 4241
« cubrid_num_fields cubrid_query » PHP Manual CUBRID MySQL 互換関数 Ping a server connection or ... ise false . 例 例1 cubrid_ping() example <?php set_time_limit ( 0 ); $conn = cubrid_connect ( 'localhost' ... demodb' ); /* Assuming this query will take a long time */ $sql = "select * from athlete" ; $result = cubr ...
https://man.plustar.jp/php/function.cubrid-ping.html - [similar]
Sets the callback function for use during training 4241
« fann_set_bit_fail_limit fann_set_cascade_activation_functions » PHP Manual Fann 関数 Sets the ... ta() - Trains on an entire dataset for a period of time fann_train_on_file() - Trains on an entire dataset ... , which is read from file, for a period of time 関連キーワード: fann , function , Sets , allback , ...
https://man.plustar.jp/php/function.fann-set-callback.html - [similar]
Memcached クラス 4206
« セッションのサポート Memcached::add » PHP Manual Memcached Memcached クラス Memcached クラス ( ... ): int | false public delete ( string $key , int $time = 0 ): bool public deleteByKey ( string $server_ke ... y , string $key , int $time = 0 ): bool public deleteMulti ( array $keys , int ... $time = 0 ): array public deleteMultiByKey ( string $ser ... ver_key , array $keys , int $time = 0 ): bool public fetch (): array public fetchAll ...
https://man.plustar.jp/php/class.memcached.html - [similar]
Constructs EvPeriodic watcher object 4206
« EvPeriodic::at EvPeriodic::createStopped » PHP Manual EvPeriodic Constructs EvPeriodic watcher ... watcher. priority Watcher priority 例 例1 Periodic timer. Use reschedule callback <?php // Tick each 10.5 ... reschedule_cb" , function ( $w , $revents ) { echo time (), PHP_EOL ; }); Ev :: run (); ?> 例2 Periodic ti ... ), 10.5 , NULL , function ( $w , $revents ) { echo time (), PHP_EOL ; }); Ev :: run (); ?> 例3 Hourly watc ... " ; }); ?> 参考 Periodic watcher operation modes EvTimer EvPeriodic::createStopped() - Create a stopped Ev ...
https://man.plustar.jp/php/evperiodic.construct.html - [similar]