検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 257 for Call (0.002 sec.)
7206
« 定義済み定数 Yar_Server » PHP Manual Yar 例 例 例1 Yar Server Example <?php /* assume this pag ... r_client ( "http://example.com/operator.php" ); /* call directly */ var_dump ( $client -> add ( 1 , 2 )); ... /* call via call */ var_dump ( $client -> call ( "add" , a ... rray( 3 , 2 ))); /* __add can not be called */ var_dump ( $client -> _add ( 1 , 2 )); ?> 上の ... ght exception 'Yar_Server_Exception' with message 'call to api Operator::_add() failed' in * 例4 Yar Concu ...
https://man.plustar.jp/php/yar.examples.html - [similar]
MQSeries MQPUT1 7176
« mqseries_open mqseries_put » PHP Manual mqseries 関数 MQSeries MQPUT1 mqseries_put1 (PECL mqse ... urce &$reason ): void The mqseries_put1() (MQPUT1) call puts one message on a queue. The queue need not be ... an use both the mqseries_put() and mqseries_put1() calls to put messages on a queue; which call to use dep ... the circumstances. Use the mqseries_put() (MQPUT) call to place multiple messages on the same queue. Use ... the mqseries_put1() (MQPUT1) call to put only one message on a queue. This call enca ...
https://man.plustar.jp/php/function.mqseries-put1.html - [similar]
Call a Lua function 7067
« LuaSandboxFunction LuaSandboxFunction::__construct » PHP Manual LuaSandboxFunction Call a Lua ... function LuaSandboxFunction::call (PECL luasandbox >= 1.0.0) LuaSandboxFunction::cal ... l — Call a Lua function 説明 public LuaSandboxFunction::cal ... l ( string ...$args ): array | bool Calls a Lua function. Errors considered to be the fault ... ndboxFunction objects, and vice versa. General PHP callable s are not supported. PHP array s are converted ...
https://man.plustar.jp/php/luasandboxfunction.call.html - [similar]
クロージャを束縛して呼び出す 7027
« Closure::bindTo Closure::fromCallable » PHP Manual Closure クロージャを束縛して呼び出す Closur ... e::call (PHP 7, PHP 8) Closure::call — クロージャを束縛して ... 呼び出す 説明 public Closure::call ( object $newThis , mixed ...$args ): mixed クロー ... り値 クロージャの戻り値を返します。 例 例1 Closure::call() の例 <?php class Value { protected $value ; publ ... ( $this -> getValue () + $delta ); }; $closure -> call ( $three , 4 ); $closure -> call ( $four , 4 ); ?> ...
https://man.plustar.jp/php/closure.call.html - [similar]
Pause the CPU usage timer 6988
« LuaSandbox::loadString LuaSandbox::registerLibrary » PHP Manual LuaSandbox Pause the CPU usage ... ses the CPU usage timer. This only has effect when called from within a callback from Lua. When execution ... returns to Lua, the timer will be automatically unpaused. If a new call into Lua is made, the tim ... er will be unpaused for the duration of that call. If a PHP callback calls into Lua again with timer ... not paused, and then that Lua function calls into PHP again, the second PHP call will not be a ...
https://man.plustar.jp/php/luasandbox.pauseusagetimer.html - [similar]
Call a function in a Lua global variable 6918
« LuaSandbox LuaSandbox::disableProfiler » PHP Manual LuaSandbox Call a function in a Lua global ... variable LuaSandbox::callFunction (PECL luasandbox >= 1.0.0) LuaSandbox::cal ... lFunction — Call a function in a Lua global variable 説明 public Lu ... aSandbox::callFunction ( string $name , mixed ...$args ): array | ... bool Calls a function in a Lua global variable. If the name ...
https://man.plustar.jp/php/luasandbox.callfunction.html - [similar]
Initiates the stat call 6809
« EvStat::set EvTimer » PHP Manual EvStat Initiates the stat call EvStat::stat (PECL ev >= 0.2.0 ... ) EvStat::stat — Initiates the stat call 説明 public EvStat::stat (): bool Initiates the st ... at call(updates internal cache). It stats(using lstat ) th ... by EvStat::attr 関連キーワード: stat , Initiates , call , EvStat , the , Returns , values , attr , パラメー ...
https://man.plustar.jp/php/evstat.stat.html - [similar]
The LuaSandboxFunction class 6769
« LuaSandbox::wrapPhpFunction LuaSandboxFunction::call » PHP Manual LuaSandbox The LuaSandboxFun ... じめに Represents a Lua function, allowing it to be called from PHP. A LuaSandboxFunction may be obtained a ... return value from Lua, as a parameter passed to a callback from Lua, or by using LuaSandbox::wrapPhpFunct ... 要 class LuaSandboxFunction { /* メソッド */ public call ( string ...$args ): array | bool public dump (): ... string } 目次 LuaSandboxFunction::callCall a Lua function LuaSandboxFunction::__constr ...
https://man.plustar.jp/php/class.luasandboxfunction.html - [similar]
Sets a millisecond timeout for database calls 6769
« oci_set_action oci_set_client_identifier » PHP Manual OCI8 関数 Sets a millisecond timeout for ... database calls oci_set_call_timeout (PHP 7.2 >= 7.2.14, PHP 8, P ... HP 7 >= 7.3.1, PHP 8, PECL OCI8 >= 2.2.0) oci_set_call_timeout — Sets a millisecond timeout for database ... calls 説明 oci_set_call_timeout ( resource $connection , int $timeout ): b ... ay take. Each OCI8 operation may make zero or more calls to Oracle's client library. These internal calls ...
https://man.plustar.jp/php/function.oci-set-call-timout.html - [similar]
The Yar_Client class 6659
« Yar_Server::handle Yar_Client::__call » PHP Manual Yar The Yar_Client class The Yar_Client cla ... s ; protected $ _running ; /* メソッド */ public __call ( string $method , array $parameters ): void final ... protocol _uri _options _running 目次 Yar_Client::__callCall service Yar_Client::__construct — Create a ... client Yar_Client::setOpt — Set calling contexts 関連キーワード: Yar , protected , call ...
https://man.plustar.jp/php/class.yar-client.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT