検索

phrase: max: clip:
target: order:
Results of 461 - 470 of about 817 for return (0.033 sec.)
Send exception for running job (deprecated) 3033
« GearmanJob::data GearmanJob::fail » PHP Manual GearmanJob Send exception for running job (depr ... 敗した場合に false を返します。 参考 GearmanJob::setReturn() - Set a return value GearmanJob::sendStatus() - ...
https://man.plustar.jp/php/gearmanjob.exception.html - [similar]
Send exception for running job (exception) 3033
« GearmanJob::sendData GearmanJob::sendFail » PHP Manual GearmanJob Send exception for running j ... 敗した場合に false を返します。 参考 GearmanJob::setReturn() - Set a return value GearmanJob::sendStatus() - ...
https://man.plustar.jp/php/gearmanjob.sendexception.html - [similar]
Send fail status 3033
« GearmanJob::sendException GearmanJob::sendStatus » PHP Manual GearmanJob Send fail status Gear ... ception for running job (exception) GearmanJob::setReturn() - Set a return value GearmanJob::sendStatus() - ...
https://man.plustar.jp/php/gearmanjob.sendfail.html - [similar]
Get the unique identifier for a task 3033
« GearmanTask::taskNumerator GearmanTask::uuid » PHP Manual GearmanTask Get the unique identifie ... a task 説明 public GearmanTask::unique (): string Returns the unique identifier for this task. This is assi ... . 参考 GearmanClient::do() - Run a single task and return a result [deprecated] GearmanClient::addTask() - A ...
https://man.plustar.jp/php/gearmantask.unique.html - [similar]
Register a function with the job server 3033
« GearmanWorker::options GearmanWorker::removeOptions » PHP Manual GearmanWorker Register a func ... erval of time in seconds 戻り値 A standard Gearman return value. 参考 GearmanWorker::unregister() - Unregist ...
https://man.plustar.jp/php/gearmanworker.register.html - [similar]
Unregister a function name with the job servers 3033
« GearmanWorker::timeout GearmanWorker::unregisterAll » PHP Manual GearmanWorker Unregister a fu ... ster with the job server 戻り値 A standard Gearman return value. 参考 GearmanWorker::register() - Register a ...
https://man.plustar.jp/php/gearmanworker.unregister.html - [similar]
Unregister all function names with the job servers 3033
« GearmanWorker::unregister GearmanWorker::wait » PHP Manual GearmanWorker Unregister all functi ... はパラメータはありません。 戻り値 A standard Gearman return value. 参考 GearmanWorker::register() - Register a ...
https://man.plustar.jp/php/gearmanworker.unregisterall.html - [similar]
クラスの基礎 3033
« はじめに プロパティ » PHP Manual クラスとオブジェクト クラスの基礎 クラスの基礎 class 各クラス ... tends ClassA {} function getSomeClass (): string { return 'ClassA' ; } var_dump (new ( getSomeClass ())); va ... hp class Test { static public function getNew () { return new static; } } class Child extends Test {} $obj1 ... ublic $bar = 'property' ; public function bar () { return 'method' ; } } $obj = new Foo (); echo $obj -> bar ... ction __construct () { $this -> bar = function() { return 42 ; }; } } $obj = new Foo (); echo ( $obj -> bar ...
https://man.plustar.jp/php/language.oop5.basic.html - [similar]
変数のスコープ 3033
« 定義済みの変数 可変変数 » PHP Manual 変数 変数のスコープ 変数のスコープ 変数のスコープは、その ... on counter () { static $counter = 0 ; $counter ++; return $counter ; } } class Bar extends Foo {} var_dump ( ... -> property = 1 ; } else { $obj -> property ++; } return $obj ; } function & get_instance_noref () { static ... -> property = 1 ; } else { $obj -> property ++; } return $obj ; } $obj1 = get_instance_ref (); $still_obj1 ...
https://man.plustar.jp/php/language.variables.scope.html - [similar]
luaclosure を起動 3033
« LuaClosure LuaSandbox » PHP Manual LuaClosure luaclosure を起動 LuaClosure::__invoke (PECL lua ... lua = new Lua (); $closure = $lua -> eval (<<<CODE return (function () print("hello world") end) CODE ); $lu ...
https://man.plustar.jp/php/luaclosure.invoke.html - [similar]