検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 124 for job (0.008 sec.)
Run a high priority task in the background 6205
« GearmanClient::doHigh GearmanClient::doJobHandle » PHP Manual GearmanClient Run a high priorit ... high priority task in the background, returning a job handle which can be used to get the status of the ... ecedence over normal and low priority tasks in the job queue. パラメータ function_name ワーカーが実行する ... タスクを特定するために用いる一意な ID。 戻り値 The job handle for the submitted task. 参考 GearmanClient: ... igh , in , the , string , doHighBackground , low , job ...
https://man.plustar.jp/php/gearmanclient.dohighbackground.html - [similar]
Run a low priority task in the background 6205
« GearmanClient::doLow GearmanClient::doNormal » PHP Manual GearmanClient Run a low priority tas ... a low priority task in the background, returning a job handle which can be used to get the status of the ... sks take precedence over low priority tasks in the job queue. パラメータ function_name ワーカーが実行する ... タスクを特定するために用いる一意な ID。 戻り値 The job handle for the submitted task. 参考 GearmanClient: ... , task , Run , low , in , the , string , single , job , high ...
https://man.plustar.jp/php/gearmanclient.dolowbackground.html - [similar]
Set a return value 6143
« GearmanJob::sendWarning GearmanJob::status » PHP Manual GearmanJob Set a return value GearmanJob ... ob::setReturn (PECL gearman >= 0.5.0) GearmanJob::setReturn — Set a return value 説明 public Gearma ... nJob::setReturn ( int $gearman_return_t ): bool Sets th ... e return value for this job, indicates how the job completed. パラメータ gearm ... scription... 関連キーワード: return , Set , GearmanJob , setReturn , job , sendWarning , status , public ...
https://man.plustar.jp/php/gearmanjob.setreturn.html - [similar]
ソート条件を設定する 6106
« CollectionFind::offset mysql_xdevapi\CollectionModify » PHP Manual mysql_xdevapi\CollectionFin ... ; $create -> add ( '{"name": "Alfred", "age": 18, "job": "Butler"}' ) -> execute (); $create -> add ( '{" ... name": "Reginald", "age": 42, "job": "Butler"}' ) -> execute (); // ... $collection = ... le" ); $result = $collection -> find () -> sort ( 'job desc' , 'age asc' ) -> execute (); var_dump ( $res ... "00005b6b53610000000000000106" ["age"]=> int(18) ["job"]=> string(6) "Butler" ["name"]=> string(6) "Alfre ...
https://man.plustar.jp/php/mysql-xdevapi-collectionfind.sort.html - [similar]
直近の操作から発生した警告を取得する 6106
« DocResult::fetchOne DocResult::getWarningsCount » PHP Manual mysql_xdevapi\DocResult 直近の操作 ... ; $create -> add ( '{"name": "Alfred", "age": 18, "job": "Butler"}' )-> execute (); $create -> add ( '{"n ... ame": "Reginald", "age": 42, "job": "Butler"}' )-> execute (); // ... $collection = ... オブジェクトを生成 $result = $collection -> find ( 'job like :job and age > :age' ) -> bind ([ 'job' => 'B ...
https://man.plustar.jp/php/mysql-xdevapi-docresult.getwarnings.html - [similar]
Get function name 6082
« GearmanJob::fail GearmanJob::handle » PHP Manual GearmanJob Get function name GearmanJob::func ... tionName (PECL gearman >= 0.5.0) GearmanJob::functionName — Get function name 説明 public Gear ... manJob::functionName (): string Returns the function name ... for this job. This is the function the work will execute to per ... form the job. パラメータ この関数にはパラメータはありません。 戻 ...
https://man.plustar.jp/php/gearmanjob.functionname.html - [similar]
Send a warning 6045
« GearmanJob::sendStatus GearmanJob::setReturn » PHP Manual GearmanJob Send a warning GearmanJob ... ::sendWarning (PECL gearman >= 0.6.0) GearmanJob::sendWarning — Send a warning 説明 public GearmanJ ... ( string $warning ): bool Sends a warning for this job while it is running. パラメータ warning A warning ... を、失敗した場合に false を返します。 参考 GearmanJob::sendComplete() - Send the result and complete sta ... tus GearmanJob::sendException() - Send exception for running job ...
https://man.plustar.jp/php/gearmanjob.sendwarning.html - [similar]
クエリのプレースホルダーに値をバインドする 6020
« mysql_xdevapi\CollectionFind CollectionFind::__construct » PHP Manual mysql_xdevapi\Collection ... = $create -> add ( '{"name": "Alfred", "age": 18, "job": "Butler"}' ) -> execute (); // ... $collection = ... ion ( "people" ); $result = $collection -> find ( 'job like :job and age > :age' ) -> bind ([ 'job' => 'B ... "00005b6b536100000000000000cf" ["age"]=> int(18) ["job"]=> string(6) "Butler" ["name"]=> string(6) "Alfre ...
https://man.plustar.jp/php/mysql-xdevapi-collectionfind.bind.html - [similar]
Get the unique identifier for a task 5983
« GearmanTask::taskNumerator GearmanTask::uuid » PHP Manual GearmanTask Get the unique identifie ... assigned by the GearmanClient , as opposed to the job handle which is set by the Gearman job server. パラ ... Get , GearmanTask , the , assigned , パラメータ , job , string ...
https://man.plustar.jp/php/gearmantask.unique.html - [similar]
CollectionRemove のコンストラクタ 5983
« CollectionRemove::bind CollectionRemove::execute » PHP Manual mysql_xdevapi\CollectionRemove C ... ollection -> add ( '{"name": "Alfred", "age": 18, "job": "Butler"}' )-> execute (); $collection -> add ( ... '{"name": "Bob", "age": 19, "job": "Painter"}' )-> execute (); // すべての Painter ... を削除する $collection -> remove ( "job in ('Painter')" ) -> execute (); // もっとも古い B ... utler を削除する $collection -> remove ( "job in ('Butler')" ) -> sort ( 'age desc' ) -> limit ( ...
https://man.plustar.jp/php/mysql-xdevapi-collectionremove.construct.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT