検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 1231 for function (0.053 sec.)
Get function name 4676
« GearmanJob::fail GearmanJob::handle » PHP Manual GearmanJob Get function name GearmanJob::function ... tionName (PECL gearman >= 0.5.0) GearmanJob::functionName — Get function name 説明 public GearmanJob::fu ... nctionName (): string Returns the function name for this job. This is the function the work w ... 数にはパラメータはありません。 戻り値 The name of a function. 参考 GearmanTask::function() - Get associated fun ... ction name (deprecated) 関連キーワード: function , Get , GearmanJob , functionName , パラメータ , j ...
https://man.plustar.jp/php/gearmanjob.functionname.html - [similar]
The GearmanClient class 4659
« Basic Gearman client and worker, submitting tasks GearmanClient::addOptions » PHP Manual Gearm ... man job server and making requests to perform some function on provided data. The function performed must be o ... = 127.0.0.1:4730 ): bool public addTask ( string $function_name , string $workload , mixed &$context = ? , st ... ): GearmanTask public addTaskBackground ( string $function_name , string $workload , mixed &$context = ? , st ... ue = ? ): GearmanTask public addTaskHigh ( string $function_name , string $workload , mixed &$context = ? , st ...
https://man.plustar.jp/php/class.gearmanclient.html - [similar]
Delete a function 4659
« uopz_del_function uopz_extend » PHP Manual Uopz 関数 Delete a function uopz_delete (PECL uopz ... 1, PECL uopz 2) uopz_delete — Delete a function 警告 この関数は、PECL uopz 5.0.0 で 削除 されました ... 。 説明 uopz_delete ( string $function ): void uopz_delete ( string $class , string $func ... tion ): void Deletes a function or method パラメータ class function 戻り値 例 例1 ... ようになります。 PHP Fatal error: Call to undefined function strlen() in /path/to/script.php on line 4 例2 uopz ...
https://man.plustar.jp/php/function.uopz-delete.html - [similar]
Unsets a previously set return value for a function 4659
« uopz_unset_mock WinCache » PHP Manual Uopz 関数 Unsets a previously set return value for a function ... eturn — Unsets a previously set return value for a function 説明 uopz_unset_return ( string $function ): bool ... uopz_unset_return ( string $class , string $function ): bool Unsets the return value of the function pr ... ラメータ class The name of the class containing the function function The name of the function 戻り値 True on s ... の出力は以下となります。 48 関連キーワード: return , function , uopz , Unsets , previously , unset , string , mo ...
https://man.plustar.jp/php/function.uopz-unset-return.html - [similar]
各 tick で実行する関数を登録する 4637
« register_shutdown_function unregister_tick_function » PHP Manual 関数処理 関数 各 tick で実行す ... る関数を登録する register_tick_function (PHP 4 >= 4.0.3, PHP 5, PHP 7, PHP 8) register_tic ... k_function — 各 tick で実行する関数を登録する 説明 register_t ... ick_function ( callable $callback , mixed ...$args ): bool tick ... 敗した場合に false を返します。 例 例1 register_tick_function() の例 <?php declare( ticks = 1 ); // 関数をコール ...
https://man.plustar.jp/php/function.register-tick-function.html - [similar]
Call a function in a Lua global variable 4637
« LuaSandbox LuaSandbox::disableProfiler » PHP Manual LuaSandbox Call a function in a Lua global ... variable LuaSandbox::callFunction (PECL luasandbox >= 1.0.0) LuaSandbox::callFunctio ... n — Call a function in a Lua global variable 説明 public LuaSandbox::c ... allFunction ( string $name , mixed ...$args ): array | bool Ca ... lls a function in a Lua global variable. If the name contains "." ...
https://man.plustar.jp/php/luasandbox.callfunction.html - [similar]
Set the timer callback function 4637
« ZMQDevice::setIdleTimeout ZMQDevice::setTimerTimeout » PHP Manual ZMQDevice Set the timer call ... back function ZMQDevice::setTimerCallback (No version informatio ... QDevice::setTimerCallback — Set the timer callback function 説明 public ZMQDevice::setTimerCallback ( callable ... user_data = ? ): ZMQDevice Sets the timer callback function. The timer callback will be invoked after timeout ... invoked only when the device is idle. The callback function signature is callback (mixed $user_data). Added in ...
https://man.plustar.jp/php/zmqdevice.settimercallback.html - [similar]
Get associated function name 4620
« GearmanTask::function GearmanTask::isKnown » PHP Manual GearmanTask Get associated function na ... me GearmanTask::functionName (PECL gearman >= 0.6.0) GearmanTask::functionN ... ame — Get associated function name 説明 public GearmanTask::functionName (): str ... ing Returns the name of the function this task is associated with, i.e., the function t ... メータ この関数にはパラメータはありません。 戻り値 A function name. 関連キーワード: function , associated , Get ...
https://man.plustar.jp/php/gearmantask.functionname.html - [similar]
4460
« 定義済み定数 クラス/オブジェクト関数 » PHP Manual クラス/オブジェクト 例 例 この例では、まず基 ... egetable { public $edible ; public $color ; public function __construct ( $edible , $color = "green" ) { $this ... ble = $edible ; $this -> color = $color ; } public function isEdible () { return $this -> edible ; } public fu ... xtends Vegetable { public $cooked = false ; public function __construct () { parent :: __construct ( true , "g ... reen" ); } public function cook () { $this -> cooked = true ; } public functi ...
https://man.plustar.jp/php/classobj.examples.html - [similar]
クラスの名前を取得する 4403
« ReflectionClass::getModifiers ReflectionClass::getNamespaceName » PHP Manual ReflectionClass ク ... Name() の例 <?php namespace A \ B ; class Foo { } $function = new \ ReflectionClass ( 'stdClass' ); var_dump ( ... $function -> inNamespace ()); var_dump ( $function -> getNam ... e ()); var_dump ( $function -> getNamespaceName ()); var_dump ( $function -> g ... etShortName ()); $function = new \ ReflectionClass ( 'A\\B\\Foo' ); var_dump ...
https://man.plustar.jp/php/reflectionclass.getname.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT