検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 681 for default (0.041 sec.)
Run a single task and return a result [deprecated] 4010
« GearmanClient::data GearmanClient::doBackground » PHP Manual GearmanClient Run a single task a ... nt object. $gmclient = new GearmanClient (); # Add default server (localhost). $gmclient -> addServer (); ech ... er object. $gmworker = new GearmanWorker (); # Add default server (localhost). $gmworker -> addServer (); # R ... nt object. $gmclient = new GearmanClient (); # Add default server (localhost). $gmclient -> addServer (); ech ... o "Failed\n" ; exit; case GEARMAN_SUCCESS : break; default: echo "RET: " . $gmclient -> returnCode () . "\n" ...
https://man.plustar.jp/php/gearmanclient.do.html - [similar]
Run a single task and return a result 4010
« GearmanClient::doLowBackground GearmanClient::doStatus » PHP Manual GearmanClient Run a single ... nt object. $gmclient = new GearmanClient (); # Add default server (localhost). $gmclient -> addServer (); ech ... er object. $gmworker = new GearmanWorker (); # Add default server (localhost). $gmworker -> addServer (); # R ... nt object. $gmclient = new GearmanClient (); # Add default server (localhost). $gmclient -> addServer (); ech ... o "Failed\n" ; exit; case GEARMAN_SUCCESS : break; default: echo "RET: " . $gmclient -> returnCode () . "\n" ...
https://man.plustar.jp/php/gearmanclient.donormal.html - [similar]
Synchronization 4010
« parallel\Sync::wait parallel\Sync::__invoke » PHP Manual parallel\Sync Synchronization paralle ... ync::notify ( bool $all = ? ) Shall notify one (by default) or all threads waiting on the synchronization obj ... ド: Synchronization , all , wait , public , Shall , default , threads , waiting , synchronization , ...
https://man.plustar.jp/php/parallel-sync.notify.html - [similar]
ファイルの状態を取得する 3974
« eio_link eio_mkdir » PHP Manual Eio 関数 ファイルの状態を取得する eio_lstat (PECL eio >= 0.0.1 ... ァイルへのパス。 pri リクエストの優先順位。 EIO_PRI_DEFAULT 、 EIO_PRI_MIN 、 EIO_PRI_MAX あるいは null を指定 ... します。 null を渡した場合、 pri は内部的に EIO_PRI_DEFAULT となります。 callback callback 関数が、リクエスト終 ... k ( $data ); } eio_lstat ( $tmp_filename , EIO_PRI_DEFAULT , "my_res_cb" , "eio_lstat" ); eio_open ( $tmp_fil ... ename , EIO_O_RDONLY , NULL , EIO_PRI_DEFAULT , "my_open_cb" , $tmp_filename ); eio_event_loop ( ...
https://man.plustar.jp/php/function.eio-lstat.html - [similar]
処理対象のリクエスト数を返す 3974
« eio_nready eio_nthreads » PHP Manual Eio 関数 処理対象のリクエスト数を返す eio_nreqs (PECL eio ... $data ); var_dump ( $result ); } eio_nop ( EIO_PRI_DEFAULT , "res_cb" , "1" ); eio_nop ( EIO_PRI_DEFAULT , "r ... es_cb" , "2" ); eio_nop ( EIO_PRI_DEFAULT , "res_cb" , "3" ); while ( eio_nreqs ()) { eio_po ...
https://man.plustar.jp/php/function.eio-nreqs.html - [similar]
The Common Record Log Function 3974
« SeasLog::info SeasLog::notice » PHP Manual SeasLog The Common Record Log Function SeasLog::log ... うになります。 bool(true) array(1) { ["/var/log/www/default/20180707.log"]=> array(1) { [0]=> string(79) "2018 ... nfo log " } } bool(true) array(1) { ["/var/log/www/default/20180707.log"]=> array(1) { [0]=> string(86) "2018 ... g neeke " } } bool(true) array(1) { ["/var/log/www/default/20180707.log"]=> array(1) { [0]=> string(86) "2018 ... 1530933612.222 | info log neeke " } } 参考 seaslog.default_template SeasLog::debug() - Record debug log infor ...
https://man.plustar.jp/php/seaslog.log.html - [similar]
クライアントからの変数を取得する 3974
« Yaf_Request_Http::__construct Yaf_Request_Http::getCookie » PHP Manual Yaf_Request_Http クライ ... lic Yaf_Request_Http::get ( string $name , string $default = ? ): mixed クライアントからの変数を取得します。こ ... okie、Server を調べます。 パラメータ name 変数名。 default このパラメータを指定すると、変数が見つからない場合 ... Request , Http , パラメータ , getCookie , string , default , リクエスト ...
https://man.plustar.jp/php/yaf-request-http.get.html - [similar]
除去フィルタ 3939
« 検証フィルタ その他のフィルタ » PHP Manual フィルタの型 除去フィルタ 除去フィルタ 除去フィルタ ... 定します。 htmlspecialchars() と同様、このフィルタは default_charset に対応しています。 現在の文字セットで無効な ... 殊文字を取り除いたりエンコードしたりします。 FILTER_DEFAULT は、このフィルタのエイリアスです。 警告 これらのフ ... トでクォートをエンコードさせるには、 明示的に filter.default_flags を 0 としなければなりません。 例1 デフォルト ... タを htmlspecialchars と同様の挙動にする設定 filter.default = full_special_chars filter.default_flags = 0 変更 ...
https://man.plustar.jp/php/filter.filters.sanitize.html - [similar]
DateTime::diff のエイリアス 3939
« date_default_timezone_set date_format » PHP Manual 日付・時刻 関数 DateTime::diff のエイリアス ... e::diff() 関連キーワード: DateTime , date , 関数 , default , timezone , format , 日付 , 時刻 , ...
https://man.plustar.jp/php/function.date-diff.html - [similar]
人為的に負荷を高くする。テストやベンチマークなどで有用 3939
« Eio 関数 eio_cancel » PHP Manual Eio 関数 人為的に負荷を高くする。テストやベンチマークなどで有 ... 有用 説明 eio_busy ( int $delay , int $pri = EIO_PRI_DEFAULT , callable $callback = NULL , mixed $data = NULL ) ... elay 待つ秒数。 pri リクエストの優先順位。 EIO_PRI_DEFAULT 、 EIO_PRI_MIN 、 EIO_PRI_MAX あるいは null を指定 ... します。 null を渡した場合、 pri は内部的に EIO_PRI_DEFAULT となります。 callback すべてのグループリクエストが ...
https://man.plustar.jp/php/function.eio-busy.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 NEXT