検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 99 for execution (0.005 sec.)
Submits an object for execution 8512
« Pool::shutdown Pool::submitTo » PHP Manual Pool Submits an object for execution Pool::submit ( ... ads >= 2.0.0) Pool::submit — Submits an object for execution 説明 public Pool::submit ( Threaded $task ): int S ... xt Worker in the Pool パラメータ task The task for execution 戻り値 the identifier of the Worker executing the ... } } ["last":protected]=> int(1) } 関連キーワード: execution , Pool , Submits , protected , task , MyWorker , s ...
https://man.plustar.jp/php/pool.submit.html - [similar]
Prepares a query for execution 8394
« sqlsrv_num_rows sqlsrv_query » PHP Manual SQLSRV 関数 Prepares a query for execution sqlsrv_pr ... y be in Git) sqlsrv_prepare — Prepares a query for execution 説明 sqlsrv_prepare ( resource $conn , string $sql ... , array $options = ? ): mixed Prepares a query for execution. This function is ideal for preparing a query that ... ) Configures the driver to send all stream data at execution ( true ), or to send stream data in chunks ( false ... $stmt1, their updated // values are used with each execution of the statement. if( sqlsrv_execute ( $stmt ) === ...
https://man.plustar.jp/php/function.sqlsrv-prepare.html - [similar]
Execute a prepared SQL statement 7951
« cubrid_error_msg cubrid_fetch » PHP Manual CUBRID 関数 Execute a prepared SQL statement cubrid ... request identifier created. It is used for simple execution of query, where the parameter binding is not neede ... s used to determine whether to get OID after query execution and whether to execute the query in synchronous or ... first query. If an error occurs in any query, the execution is processed as a failure. In a query composed of ... q3, if an error occurs in q2 after q1 succeeds the execution, the result of q1 remains valid. That is, the prev ...
https://man.plustar.jp/php/function.cubrid-execute.html - [similar]
Basic usage 7625
« 例 HRTime\PerformanceCounter » PHP Manual 例 Basic usage Basic usage The example illustrates t ... pWatch class usage 例1 Measure several code blocks execution and get the total <?php $c = new HRTime \ StopWatc ... h ; $c -> start (); /* measure this code block execution */ for ( $i = 0 ; $i < 1024 * 1024 ; $i ++); $c -> ... $i ++); $c -> start (); /* measure this code block execution */ for ( $i = 0 ; $i < 1024 * 1024 ; $i ++); $c -> ...
https://man.plustar.jp/php/hrtime.example.basic.html - [similar]
Prepare a SQL statement for execution 7404
« cubrid_pconnect cubrid_put » PHP Manual CUBRID 関数 Prepare a SQL statement for execution cubr ... .3.0) cubrid_prepare — Prepare a SQL statement for execution 説明 cubrid_prepare ( resource $conn_identifier , ... eters 関連キーワード: cubrid , Prepare , prepare , execution , a , bind , identifier , option , parameter , pro ...
https://man.plustar.jp/php/function.cubrid-prepare.html - [similar]
実行時間の最大値を制限する 7404
« set_include_path sys_get_temp_dir » PHP Manual PHP オプション/情報 関数 実行時間の最大値を制限 ... フォルトの制限値は 30 秒です。 なお、 php.ini で max_execution_time の 値が定義されている場合にはそれを用います。 ... 意 : 関数 set_time_limit() と設定ディレクティブ max_execution_time は、 このスクリプト自体の実行時間にのみ影響を ... 測された時間は実際の時間と等しくなります。 参考 max_execution_time max_input_time 関連キーワード: 実行 , 制限 , ... 最大 , スクリプト , limit , max , execution , 設定 , time , 関数 ...
https://man.plustar.jp/php/function.set-time-limit.html - [similar]
pthreads 7234
« parallel\Sync::__invoke はじめに » PHP Manual プロセス制御 pthreads pthreads はじめに インスト ... ation Threaded::pop — Manipulation Threaded::run — Execution Threaded::shift — Manipulation Threaded::synchroni ... n all workers Pool::submit — Submits an object for execution Pool::submitTo — Submits a task to a specific work ... er for execution Volatile — The Volatile class 関連キーワード: Thre ...
https://man.plustar.jp/php/book.pthreads.html - [similar]
コマンドラインオプション 7013
« 他の SAPI との違い Usage » PHP Manual コマンドラインの使用法 コマンドラインオプション コマンド ... と、設定ディレクティブに"1"を指定します $ php -d max_execution_time -r '$foo = ini_get("max_execution_time"); var ... 渡すと設定ディレクティブに""を設定します php -d max_execution_time= -r '$foo = ini_get("max_execution_time"); va ... は文字'='の後に指定したものを設定します $ php -d max_execution_time=20 -r '$foo = ini_get("max_execution_time"); ... var_dump($foo);' string(2) "20" $ php -d max_execution_time=doesntmakesense -r '$foo = ini_get("max_execu ...
https://man.plustar.jp/php/features.commandline.options.html - [similar]
陥りやすい落とし穴 6960
« エラーメッセージの説明 複数ファイルのアップロード » PHP Manual ファイルアップロードの処理 陥り ... に充分大きな 値を設定するようにしてください。 max_execution_time に設定した値が小さすぎた場合、スクリプトの実行 ... 時間がこの値を越える 可能性を生じます。 max_execution_time に充分大きな値を設定するように してください。 ... 注意 : max_execution_time はスクリプト自身の実行時間にのみ影響します。 ... , 設定 , スクリプト , 制限 , 実行 , time , 処理 , execution , ディレクトリ ...
https://man.plustar.jp/php/features.file-upload.common-pitfalls.html - [similar]
Stacking work 6960
« Worker::shutdown Worker::unstack » PHP Manual Worker Stacking work Worker::stack (PECL pthread ... new size of the stack. 例 例1 Stacking a task for execution onto a worker <?php $worker = new Worker (); $work ... r , stack , worker , Threaded , int , new , onto , execution ...
https://man.plustar.jp/php/worker.stack.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT