検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 1231 for function (0.010 sec.)
3578
« 定義済み定数 拡張 » PHP Manual リフレクション 例 例 リフレクションのドキュメントの中には多くの ... om 上の例の出力は、 たとえば以下のようになります。 Function [ <internal:Core> function strlen ] { - Parameters ... } Constant [ integer JSON_ERROR_SYNTAX ] { 4 } } - Functions { Function [ <internal:json> function json_encode ... $value ] Parameter #1 [ <optional> $options ] } } Function [ <internal:json> function json_decode ] { - Param ... l> $assoc ] Parameter #2 [ <optional> $depth ] } } Function [ <internal:json> function json_last_error ] { - P ...
https://man.plustar.jp/php/reflection.examples.html - [similar]
Allows grouping results based on the unique values of a function query (group.fu... 3578
« SolrQuery::addGroupField SolrQuery::addGroupQuery » PHP Manual SolrQuery Allows grouping resul ... ts based on the unique values of a function query (group.func parameter) SolrQuery::addGroupFu ... nction (PECL solr >= 2.2.0) SolrQuery::addGroupFunction — Allows grouping results based on the unique valu ... es of a function query (group.func parameter) 説明 public SolrQuery ... ::addGroupFunction ( string $value ): SolrQuery Adds a group function ...
https://man.plustar.jp/php/solrquery.addgroupfunction.html - [similar]
Get error code for the most recent function call 3556
« cubrid_error_code_facility cubrid_error_msg » PHP Manual CUBRID 関数 Get error code for the mo ... st recent function call cubrid_error_code (PECL CUBRID >= 8.3.0) cubr ... id_error_code — Get error code for the most recent function call 説明 cubrid_error_code (): int The cubrid_err ... or_code() function is used to get the error code of the error that oc ... msg() - Get last error message for the most recent function call 関連キーワード: Get , function , cubrid , cal ...
https://man.plustar.jp/php/function.cubrid-error-code.html - [similar]
共変性と反変性 3556
« オブジェクトのシリアライズ 変更履歴 » PHP Manual クラスとオブジェクト 共変性と反変性 共変性と反 ... act class Animal { protected string $name ; public function __construct ( string $name ) { $this -> name = $na ... me ; } abstract public function speak (); } class Dog extends Animal { public func ... . " barks" ; } } class Cat extends Animal { public function speak () { echo $this -> name . " meows" ; } } この ... とにします。 <?php interface AnimalShelter { public function adopt ( string $name ): Animal ; } class CatShelte ...
https://man.plustar.jp/php/language.oop5.variance.html - [similar]
Wrap a PHP callable in a LuaSandboxFunction 3556
« LuaSandbox::unpauseUsageTimer LuaSandboxFunction » PHP Manual LuaSandbox Wrap a PHP callable i ... n a LuaSandboxFunction LuaSandbox::wrapPhpFunction (PECL luasandbox >= 1. ... 2.0) LuaSandbox::wrapPhpFunction — Wrap a PHP callable in a LuaSandboxFunction 説明 ... public LuaSandbox::wrapPhpFunction ( callable $function ): LuaSandboxFunction Wraps a ... PHP callable in a LuaSandboxFunction , so it can be passed into Lua as an anonymous fun ...
https://man.plustar.jp/php/luasandbox.wrapphpfunction.html - [similar]
Set a callback for worker exceptions 3539
« GearmanClient::setDataCallback GearmanClient::setFailCallback » PHP Manual GearmanClient Set a ... nCallback ( callable $callback ): bool Specifies a function to call when a worker for a task sends an exceptio ... n. パラメータ callback Function to call when the worker throws an exception 戻り値 ... 。 参考 GearmanClient::setDataCallback() - Callback function when there is a data packet for a task GearmanClie ... nt::setCompleteCallback() - Set a function to be called on task completion GearmanClient::set ...
https://man.plustar.jp/php/gearmanclient.setexceptioncallback.html - [similar]
Serialization to BSON 3539
« Persisting Data Deserialization from BSON » PHP Manual Persisting Data Serialization to BSON S ... otected $prot = "wine" ; private $fpr = "cheese" ; function bsonSerialize () { return [ 'foo' => $this -> foo ... MongoDB \ BSON \ Serializable { public $foo = 42 ; function bsonSerialize () { return $this ; } } // => MongoD ... ializable { private $elements = [ 'foo' , 'bar' ]; function bsonSerialize () { return $this -> elements ; } } ... { private $elements = [ 0 => 'foo' , 2 => 'bar' ]; function bsonSerialize () { return $this -> elements ; } } ...
https://man.plustar.jp/php/mongodb.persistence.serialization.html - [similar]
関数処理 関数 3539
« 定義済み定数 call_user_func_array » PHP Manual 関数処理 関数処理 関数 関数処理 関数 目次 call_ ... の引数で指定したコールバック関数をコールする create_function — 文字列のコードを評価し、動的に関数を作成する for ... て返す func_num_args — 関数に渡された引数の数を返す function_exists — 指定した関数が定義されている場合に true を ... 返す get_defined_functions — 定義済みの全ての関数を配列で返す register_shutd ... own_function — シャットダウン時に実行する関数を登録する registe ...
https://man.plustar.jp/php/ref.funchand.html - [similar]
3521
« 定義済み定数 Eio 関数 » PHP Manual Eio 例 例 例1 リクエストの取り消し <?php /* eio_nop() が終わ ... ったら呼ばれます */ function my_nop_cb ( $data , $result ) { echo "my_nop " , $ ... lename ); /* eio_chmod() が終わったら呼ばれます */ function my_chmod_callback ( $data , $result ) { global $te ... ムリクエストの作成 <?php /* カスタムコールバック */ function my_custom_callback ( $data , $result ) { var_dump ... $result [ 'result' ]); } /* カスタムリクエスト */ function my_custom ( $data ) { var_dump ( $data ); $result ...
https://man.plustar.jp/php/eio.examples.html - [similar]
Add a task to be run in parallel 3521
« GearmanClient::addServers GearmanClient::addTaskBackground » PHP Manual GearmanClient Add a ta ... allel 説明 public GearmanClient::addTask ( string $function_name , string $workload , mixed &$context = ? , st ... e for the tasks to all run in parallel. パラメータ function_name ワーカーが実行するために登録した関数。 worklo ... ault job server $gmclient -> addServer (); # set a function to be called when the work is complete $gmclient - ... complete" ); # add a task to perform the "reverse" function on the string "Hello World!" $gmclient -> addTask ...
https://man.plustar.jp/php/gearmanclient.addtask.html - [similar]