検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 124 for job (0.010 sec.)
DocResult のコンストラクタ 6981
« mysql_xdevapi\DocResult DocResult::fetchAll » PHP Manual mysql_xdevapi\DocResult DocResult のコ ... ; $create -> add ( '{"name": "Alfred", "age": 18, "job": "Butler"}' )-> execute (); $create -> add ( '{"n ... ame": "Reginald", "age": 42, "job": "Butler"}' )-> execute (); // ... $collection = ... DocResult object $result = $collection -> find ( 'job like :job and age > :age' ) -> bind ([ 'job' => 'B ... "00005b6b536100000000000000f3" ["age"]=> int(42) ["job"]=> string(6) "Butler" ["name"]=> string(8) "Regin ...
https://man.plustar.jp/php/mysql-xdevapi-docresult.construct.html - [similar]
一行取得する 6981
« DocResult::fetchAll DocResult::getWarnings » PHP Manual mysql_xdevapi\DocResult 一行取得する D ... ; $create -> add ( '{"name": "Alfred", "age": 18, "job": "Butler"}' )-> execute (); $create -> add ( '{"n ... ame": "Reginald", "age": 42, "job": "Butler"}' )-> execute (); // ... $collection = ... DocResult object $result = $collection -> find ( 'job like :job and age > :age' ) -> bind ([ 'job' => 'B ... "00005b6b53610000000000000125" ["age"]=> int(42) ["job"]=> string(6) "Butler" ["name"]=> string(8) "Regin ...
https://man.plustar.jp/php/mysql-xdevapi-docresult.fetchone.html - [similar]
Send data to all job servers to see if they echo it back 6907
« GearmanClient::jobStatus GearmanClient::removeOptions » PHP Manual GearmanClient Send data to ... all job servers to see if they echo it back GearmanClient: ... be in Git) GearmanClient::ping — Send data to all job servers to see if they echo it back 説明 public Ge ... $workload ): bool Sends some arbitrary data to all job servers to see if they echo it back. The data sent ... e を返します。 関連キーワード: data , back , all , job , servers , see , they , Send , arbitrary , worklo ...
https://man.plustar.jp/php/gearmanclient.ping.html - [similar]
Send exception for running job (deprecated) 6882
« GearmanJob::data GearmanJob::fail » PHP Manual GearmanJob Send exception for running job (depr ... ecated) GearmanJob::exception (PECL gearman <= 0.5.0) GearmanJob::exc ... eption — Send exception for running job (deprecated) 説明 public GearmanJob::exception ( s ... ion ): bool Sends the supplied exception when this job is running. 注意 : This method has been replaced b ... y GearmanJob::sendException() in the 0.6.0 release of the Gearm ...
https://man.plustar.jp/php/gearmanjob.exception.html - [similar]
Register and add callback function 6784
« GearmanWorker GearmanWorker::addOptions » PHP Manual GearmanWorker Register and add callback f ... out = ? ): bool Registers a function name with the job server and specifies a callback corresponding to t ... n_name The name of a function to register with the job server function A callback that gets called when a ... job for the registered function name is submitted cont ... hile ( $worker -> work ()); function reverse_cb ( $job , & $count ) { $count ++; return " $count : " . st ...
https://man.plustar.jp/php/gearmanworker.addfunction.html - [similar]
CollectionFind のコンストラクタ 6685
« CollectionFind::bind CollectionFind::execute » PHP Manual mysql_xdevapi\CollectionFind Collect ... = $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 ... g , 関数 , xdevapi , array , パラメータ , Butler , job , int ...
https://man.plustar.jp/php/mysql-xdevapi-collectionfind.construct.html - [similar]
Wait for and perform jobs 6587
« GearmanWorker::wait GearmanException » PHP Manual GearmanWorker Wait for and perform jobs Gear ... 0.5.0) GearmanWorker::work — Wait for and perform jobs 説明 public GearmanWorker::work (): bool Waits fo ... r a job to be assigned and then calls the appropriate call ... $worker = new GearmanWorker (); # add the default job server (localhost) $worker -> addServer (); # add ... verse_function" ); # start te worker listening for job submissions while ( $worker -> work ()); function ...
https://man.plustar.jp/php/gearmanworker.work.html - [similar]
返されるドキュメントの数を限定する 6525
« CollectionFind::having CollectionFind::lockExclusive » PHP Manual mysql_xdevapi\CollectionFind ... ; $create -> add ( '{"name": "Alfred", "age": 18, "job": "Butler"}' ) -> execute (); $create -> add ( '{" ... name": "Reginald", "age": 42, "job": "Butler"}' ) -> execute (); // ... $collection = ... ion ( "people" ); $result = $collection -> find ( 'job like :job and age > :age' ) -> bind ([ 'job' => 'B ... "00005b6b536100000000000000f3" ["age"]=> int(42) ["job"]=> string(6) "Butler" ["name"]=> string(8) "Regin ...
https://man.plustar.jp/php/mysql-xdevapi-collectionfind.limit.html - [similar]
直近の操作で発生した警告の数を取得する 6500
« DocResult::getWarnings mysql_xdevapi\Exception » 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 = ... DocResult object $result = $collection -> find ( 'job like :job and age > :age' ) -> bind ([ 'job' => 'B ... "00005b6b53610000000000000135" ["age"]=> int(42) ["job"]=> string(6) "Butler" ["name"]=> string(8) "Regin ...
https://man.plustar.jp/php/mysql-xdevapi-docresult.getwarningscount.html - [similar]
Send data to all job servers to see if they echo it back [deprecated] 6463
« GearmanClient::doStatus GearmanClient::error » PHP Manual GearmanClient Send data to all job s ... n >= 0.5.0) GearmanClient::echo — Send data to all job servers to see if they echo it back [deprecated] 説 ... 。 関連キーワード: back , data , deprecated , all , job , servers , see , they , Send , workload ...
https://man.plustar.jp/php/gearmanclient.echo.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT