検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 257 for call (0.012 sec.)
コールバック / Callable 6659
« NULL 型宣言 » PHP Manual 型 コールバック / Callable コールバック / Callable コールバックは、 call ... allable 型で表されます。 call_user_func() や usort() 等の関数は、ユーザーが定義す ... 以降では、 無名関数を作るための記法として、 第一級callableを生成する記法 も使えます。 一般的には、 __invo ... ク関数の例 <?php // コールバック関数の例 function my_callback_function () { echo 'hello world!' ; } // コール ... バックメソッドの例 class MyClass { static function myCallbackMethod () { echo 'Hello World!' ; } } // タイプ ...
https://man.plustar.jp/php/language.types.callable.html - [similar]
関数処理 関数 6550
« 定義済み定数 call_user_func_array » PHP Manual 関数処理 関数処理 関数 関数処理 関数 目次 call_ ... ラメータの配列を指定してコールバック関数をコールする call_user_func — 最初の引数で指定したコールバック関数を ... コードを評価し、動的に関数を作成する forward_static_call_array — static メソッドをコールし、引数を配列で渡す ... forward_static_call — static メソッドをコールする func_get_arg — 引数の ... 登録を解除する 関連キーワード: 関数 , 処理 , func , call , function , 配列 , static , コール , 実行 , 登録 ...
https://man.plustar.jp/php/ref.funchand.html - [similar]
The Yar_Concurrent_Client class 6520
« Yar_Client::setOpt Yar_Concurrent_Client::call » PHP Manual Yar The Yar_Concurrent_Client clas ... Yar_Concurrent_Client { /* プロパティ */ static $ _callstack ; static $ _callback ; static $ _error_callba ... ck ; /* メソッド */ public static call ( string $uri , string $method , array $parameters ... = ? , callable $callback = ? , callable $error_callback = ? , ... array $options = ? ): int public static loop ( callable $callback = ? , callable $error_callback = ? ) ...
https://man.plustar.jp/php/class.yar-concurrent-client.html - [similar]
Yet Another RPC Framework 6481
« SoapVar::__construct はじめに » PHP Manual ウェブサービス Yet Another RPC Framework Yet Anothe ... er Yar_Client — The Yar_Client class Yar_Client::__callCall service Yar_Client::__construct — Create a ... client Yar_Client::setOpt — Set calling contexts Yar_Concurrent_Client — The Yar_Concur ... rent_Client class Yar_Concurrent_Client::call — Register a concurrent call Yar_Concurrent_Client ... ::loop — Send all calls Yar_Concurrent_Client::reset — Clean all register ...
https://man.plustar.jp/php/book.yar.html - [similar]
Get the error code of the latest system call 6441
« swoole_cpu_num swoole_error_log » PHP Manual Swoole 関数 Get the error code of the latest syst ... em call swoole_errno (PECL swoole >= 1.9.0) swoole_errno — ... Get the error code of the latest system call 説明 swoole_errno (): int パラメータ この関数にはパ ... ん。 戻り値 関連キーワード: Get , latest , system , call , the , swoole , of , errno , 関数 , パラメータ ...
https://man.plustar.jp/php/function.swoole-errno.html - [similar]
Set calling contexts 6302
« Yar_Client::__construct Yar_Concurrent_Client » PHP Manual Yar_Client Set calling contexts Yar ... etOpt (PECL yar >= 1.0.0) Yar_Client::setOpt — Set calling contexts 説明 public Yar_Client::setOpt ( int $ ... T_HEADER , array( "hr1: val1" , "hd2: val2" )); /* call remote service */ $result = $client -> some_method ... たとえば以下のようになります。 参考 Yar_Client::__call() - Call service 関連キーワード: Yar , Set , conte ... xts , YAR , setOpt , OPT , HEADER , Call , call , 参考 ...
https://man.plustar.jp/php/yar-client.setopt.html - [similar]
Get last error message for the most recent function call 6262
« cubrid_error_code cubrid_execute » PHP Manual CUBRID 関数 Get last error message for the most ... recent function call cubrid_error_msg (PECL CUBRID >= 8.3.0) cubrid_err ... et last error message for the most recent function call 説明 cubrid_error_msg (): string The cubrid_error_ ... de() - Get error code for the most recent function call cubrid_error_code_facility() - Get the facility co ... ワード: cubrid , Get , function , CUBRID , recent , call , パラメータ , 関数 , occurred , facility ...
https://man.plustar.jp/php/function.cubrid-error-msg.html - [similar]
mysqlndプラグインの開発をはじめよう 6222
« mysqlnd のプラグインAPI OCI8 » PHP Manual MySQL Native Driver プラグインAPI mysqlndプラグインの ... face.h) ユーザースペースのオブジェクトメソッドは、 call_user_function() を使うか、 zend_call_method() を使 ... で操作を行うことができます。 最適化: C言語から zend_call_method を使ってメソッドを呼び出す 次に示すコードの ... 断片は、 zend_call_method のプロトタイプを示しています。これは zend_i ... ace.h からとってきたものです。 ZEND_API zval* zend_call_method( zval **object_pp, zend_class_entry *obj_ce ...
https://man.plustar.jp/php/mysqlnd.plugin.developing.html - [similar]
xhprof プロファイラを開始する 6192
« xhprof_disable xhprof_sample_disable » PHP Manual Xhprof 関数 xhprof プロファイラを開始する xh ... AGS_MEMORY ); // 2. elapsed time profiling; ignore call_user_func* during profiling xhprof_enable ( 0 , ar ... ray( 'ignored_functions' => array( 'call_user_func' , 'call_user_func_array' ))); // 3. ela ... psed time + memory profiling; ignore call_user_func* during profiling xhprof_enable ( XHPROF ... AGS_MEMORY , array( 'ignored_functions' => array( 'call_user_func' , 'call_user_func_array' ))); ?> 参考 x ...
https://man.plustar.jp/php/function.xhprof-enable.html - [similar]
Get error code for the most recent function call 6153
« 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) cubrid_er ... code — Get error code for the most recent function call 説明 cubrid_error_code (): int The cubrid_error_co ... et last error message for the most recent function call 関連キーワード: Get , function , cubrid , call , r ...
https://man.plustar.jp/php/function.cubrid-error-code.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT