検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 81 for Work (0.005 sec.)
Check to see if the object is the first instance system-wide of named shared mem... 6338
« SyncSharedMemory::__construct SyncSharedMemory::read » PHP Manual SyncSharedMemory Check to se ... mem -> first ()) { // Do first time initialization work here. } var_dump ( $mem -> first ()); $mem2 = new ...
https://man.plustar.jp/php/syncsharedmemory.first.html - [similar]
The GearmanJob class 6297
« GearmanClient::wait GearmanJob::complete » PHP Manual Gearman The GearmanJob class The Gearman ... ng public warning ( string $warning ): bool public workload (): string public workloadSize (): int } 目次 ... :warning — Send a warning (deprecated) GearmanJob::workload — Get workload GearmanJob::workloadSize — Get ... size of work load 関連キーワード: GearmanJob , public , Send , ...
https://man.plustar.jp/php/class.gearmanjob.html - [similar]
The GearmanTask class 6297
« GearmanJob::workloadSize GearmanTask::__construct » PHP Manual Gearman The GearmanTask class T ... t public sendData ( string $data ): int public sendWorkload ( string $data ): int public taskDenominator ( ... — Get the job handle GearmanTask::recvData — Read work or result data into a buffer for a task GearmanTas ... Send data for a task (deprecated) GearmanTask::sendWorkload — Send data for a task GearmanTask::taskDenomi ...
https://man.plustar.jp/php/class.gearmantask.html - [similar]
Get the class name using OID 6297
« cubrid_get_charset cubrid_get_client_info » PHP Manual CUBRID 関数 Get the class name using OI ... s used to get the class name from oid . It doesn't work when selecting data from the system tables, for ex ...
https://man.plustar.jp/php/function.cubrid-get-class-name.html - [similar]
Add a high priority background task to be run in parallel 6297
« GearmanClient::addTaskHigh GearmanClient::addTaskLow » PHP Manual GearmanClient Add a high pri ... skHighBackground ( string $function_name , string $workload , mixed &$context = ? , string $unique = ? ): ... then call GearmanClient::runTasks() to perform the work. Tasks with a high priority will be selected from ... nction_name ワーカーが実行するために登録した関数。 workload シリアライズしたデータ。 context タスクに関連づ ...
https://man.plustar.jp/php/gearmanclient.addtaskhighbackground.html - [similar]
Add a low priority background task to be run in parallel 6297
« GearmanClient::addTaskLow GearmanClient::addTaskStatus » PHP Manual GearmanClient Add a low pr ... askLowBackground ( string $function_name , string $workload , mixed &$context = ? , string $unique = ? ): ... then call GearmanClient::runTasks() to perform the work. Tasks with a low priority will be selected from t ... nction_name ワーカーが実行するために登録した関数。 workload シリアライズしたデータ。 context タスクに関連づ ...
https://man.plustar.jp/php/gearmanclient.addtasklowbackground.html - [similar]
Register and add callback function 6297
« GearmanWorker GearmanWorker::addOptions » PHP Manual GearmanWorker Register and add callback f ... unction GearmanWorker::addFunction (PECL gearman >= 0.5.0) GearmanWork ... ister and add callback function 説明 public GearmanWorker::addFunction ( string $function_name , callable ... plication context data that can be modified by the worker function timeout An interval of time in seconds ... を、失敗した場合に false を返します。 例 例1 Simple worker making use of extra application context data <?p ...
https://man.plustar.jp/php/gearmanworker.addfunction.html - [similar]
Set socket I/O activity timeout 6297
« GearmanWorker::setOptions GearmanWorker::timeout » PHP Manual GearmanWorker Set socket I/O act ... ivity timeout GearmanWorker::setTimeout (PECL gearman >= 0.6.0) GearmanWorke ... Set socket I/O activity timeout 説明 public GearmanWorker::setTimeout ( int $timeout ): bool Sets the inte ... eout. 戻り値 Always returns true . 例 例1 A simple worker with a 5 second timeout <?php echo "Starting\n" ... ; # Create our worker object. $gmworker = new GearmanWorker (); # Add ...
https://man.plustar.jp/php/gearmanworker.settimeout.html - [similar]
データベース上でクエリを実行する 6297
« mysqli::prepare mysqli::real_connect » PHP Manual mysqli データベース上でクエリを実行する mysq ... します */ $mysqli -> query ( "SET @a:='this will not work'" ); 手続き型 <?php mysqli_report ( MYSQLI_REPORT_ ... */ mysqli_query ( $link , "SET @a:='this will not work'" ); 上の例の出力は、 たとえば以下のようになります ...
https://man.plustar.jp/php/mysqli.query.html - [similar]
Creates a new Pool of Workers 6297
« Pool::collect Pool::resize » PHP Manual Pool Creates a new Pool of Workers Pool::__construct ( ... = 2.0.0) Pool::__construct — Creates a new Pool of Workers 説明 public Pool::__construct ( int $size , str ... ss = ? , array $ctor = ? ) Construct a new pool of workers. Pools lazily create their threads, which means ... ecute tasks. パラメータ size The maximum number of workers for this pool to create class The class for new ... Workers. If no class is given, then it defaults to the ...
https://man.plustar.jp/php/pool.construct.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 NEXT