検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 1231 for function (0.020 sec.)
文字列のコードを評価し、動的に関数を作成する 4745
« call_user_func forward_static_call_array » PHP Manual 関数処理 関数 文字列のコードを評価し、動 ... 的に関数を作成する create_function (PHP 4 >= 4.0.1, PHP 5, PHP 7) create_function — 文 ... この関数に頼らないことを強く推奨します。 説明 create_function ( string $args , string $code ): string 指定したパ ... み込む場合は特別な注意を払うべきです。 例 例1 create_function() や無名関数を使い、動的に関数を作成する (たとえば ... るために、動的に作成した関数が使えます。まず create_function() を使ってみます: <?php $newfunc = create_function ...
https://man.plustar.jp/php/function.create-function.html - [similar]
Gets the static variables from function or method scope 4745
« uopz_get_return uopz_implement » PHP Manual Uopz 関数 Gets the static variables from function ... ) uopz_get_static — Gets the static variables from function or method scope 説明 uopz_get_static ( string $cla ... ss , string $function ): array uopz_get_static ( string $function ): arr ... ay Gets the static variables from function or method scope. パラメータ class The name of the ... class. function The name of the function or method. 戻り値 Returns ...
https://man.plustar.jp/php/function.uopz-get-static.html - [similar]
Set the idle callback function 4745
« ZMQDevice::run ZMQDevice::setIdleTimeout » PHP Manual ZMQDevice Set the idle callback function ... ZMQDevice::setIdleCallback — Set the idle callback function 説明 public ZMQDevice::setIdleCallback ( callable ... $user_data = ? ): ZMQDevice Sets the idle callback function. If idle timeout is defined the idle callback func ... oll loop times out without events. If the callback function returns false or a value that evaluates to false t ... he device is stopped. The callback function signature is callback (mixed $user_data). パラメー ...
https://man.plustar.jp/php/zmqdevice.setidlecallback.html - [similar]
4728
« リソース型 Event flags » PHP Manual Event 例 例 例1 Simple HTTP client <?php // Read callback ... 1024 )) > 0 ) { echo $buf ; } } // Event callback function eventcb ( $bev , $events , $base ) { if ( $events ... sponse and print it to stdout. */ // Read callback function readcb ( $bev , $base ) { $input = $bev -> getInpu ... 1024 )) > 0 ) { echo $buf ; } } // Event callback function eventcb ( $bev , $events , $base ) { if ( $events ... ListenerConnection { private $bev , $base ; public function __destruct () { $this -> bev -> free (); } public ...
https://man.plustar.jp/php/event.examples.html - [similar]
定義済み定数 4728
« リソース型 例 » PHP Manual FANN 定義済み定数 定義済み定数 以下の定数が定義されています。 この関 ... raining algorithm. Only for version 2.2 Activation functions FANN_LINEAR ( int ) Linear activation function. F ... ANN_THRESHOLD ( int ) Threshold activation function. FANN_THRESHOLD_SYMMETRIC ( int ) Threshold activa ... tion function. FANN_SIGMOID ( int ) Sigmoid activation function. ... OID_SYMMETRIC ( int ) Symmetric sigmoid activation function, aka. tanh. FANN_SIGMOID_SYMMETRIC_STEPWISE ( int ...
https://man.plustar.jp/php/fann.constants.html - [similar]
Get associated function name (deprecated) 4728
« GearmanTask::dataSize GearmanTask::functionName » PHP Manual GearmanTask Get associated function ... on name (deprecated) GearmanTask::function (PECL gearman <= 0.5.0) GearmanTask::function — Ge ... t associated function name (deprecated) 説明 public GearmanTask::functio ... n (): string Returns the name of the function this task is associated with, i.e., the function t ... 注意 : This method has been replaced by GearmanTask::functionName() in the 0.6.0 release of the Gearman extensio ...
https://man.plustar.jp/php/gearmantask.function.html - [similar]
Rename a function at runtime 4711
« uopz_redefine uopz_restore » PHP Manual Uopz 関数 Rename a function at runtime uopz_rename (PE ... CL uopz 1, PECL uopz 2) uopz_rename — Rename a function at runtime 警告 この関数は、PECL uopz 5.0.0 で 削除 ... されました。 説明 uopz_rename ( string $function , string $rename ): void uopz_rename ( string $cla ... ss , string $function , string $rename ): void Renames function to renam ... e 注意 : If both functions exist, this effectively swaps their names パラメー ...
https://man.plustar.jp/php/function.uopz-rename.html - [similar]
Register a function with the job server 4694
« GearmanWorker::options GearmanWorker::removeOptions » PHP Manual GearmanWorker Register a function ... man >= 0.6.0) GearmanWorker::register — Register a function with the job server 説明 public GearmanWorker::reg ... ister ( string $function_name , int $timeout = ? ): bool Registers a functi ... ut is set to zero, there is no timeout. パラメータ function_name The name of a function to register with the j ... e. 参考 GearmanWorker::unregister() - Unregister a function name with the job servers GearmanWorker::unregiste ...
https://man.plustar.jp/php/gearmanworker.register.html - [similar]
Gets a previous set return value for a function 4676
« uopz_get_property uopz_get_static » PHP Manual Uopz 関数 Gets a previous set return value for ... a function uopz_get_return (PECL uopz 5, PECL uopz 6, PECL uo ... et_return — Gets a previous set return value for a function 説明 uopz_get_return ( string $function ): mixed u ... opz_get_return ( string $class , string $function ): mixed Gets the return value of the function pre ... ラメータ class The name of the class containing the function function The name of the function 戻り値 The retur ...
https://man.plustar.jp/php/function.uopz-get-return.html - [similar]
Sets the static variables in function or method scope 4676
« uopz_set_return uopz_undefine » PHP Manual Uopz 関数 Sets the static variables in function or ... 7) uopz_set_static — Sets the static variables in function or method scope 説明 uopz_set_static ( string $fun ... ): void uopz_set_static ( string $class , string $function , array $static ): void Sets the static variables ... in function or method scope. パラメータ class The name of the ... class. function The name of the function or method. static The ass ...
https://man.plustar.jp/php/function.uopz-set-static.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT