Results of 1 - 10 of about 22 for addFunction (0.003 sec.)
- SOAP リクエストによって処理される単一もしくはいくつかの関数を追加する 13551
- « SoapServer SoapServer::addSoapHeader » PHP Manual SoapServer SOAP リクエストによって処理される
...
単一もしくはいくつかの関数を追加する SoapServer::addFunction (PHP 5, PHP 7, PHP 8) SoapServer::addFunction — SO ...
くはいくつかの関数を追加する 説明 public SoapServer::addFunction ( array | string | int $functions ): void リモート ...
ります。 戻り値 値を返しません。 例 例1 SoapServer::addFunction() の例 <?php function echoString ( $inputString ) ...
{ return $inputString ; } $server -> addFunction ( "echoString" ); function echoTwoStrings ( $input ...
-
https://man.plustar.jp/php/soapserver.addfunction.html
- [similar]
- Register and add callback function 11750
- « GearmanWorker GearmanWorker::addOptions » PHP Manual GearmanWorker Register and add callback f
...
unction GearmanWorker::addFunction (PECL gearman >= 0.5.0) GearmanWorker::addFunction ...
d add callback function 説明 public GearmanWorker::addFunction ( string $function_name , callable $function , mix ...
ount = 0 ; # add the "reverse" function $worker -> addFunction ( "reverse" , "reverse_cb" , $count ); # start the ...
, GearmanWorker , context , job , timeout , data , addFunction , when ...
-
https://man.plustar.jp/php/gearmanworker.addfunction.html
- [similar]
- SoapServer クラス 10319
- « SoapClient::__soapCall SoapServer::addFunction » PHP Manual SOAP SoapServer クラス SoapServer
...
ct ( ? string $wsdl , array $options = [] ) public addFunction ( array | string | int $functions ): void public a ...
} プロパティ service __soap_fault 目次 SoapServer::addFunction — SOAP リクエストによって処理される単一もしくはいく ...
blic , string , fault , 処理 , リクエスト , 設定 , addFunction , array ...
-
https://man.plustar.jp/php/class.soapserver.html
- [similar]
- Wait for and perform jobs 9949
- « GearmanWorker::wait GearmanException » PHP Manual GearmanWorker Wait for and perform jobs Gear
...
ddServer (); # add the reverse function $worker -> addFunction ( "reverse" , "my_reverse_function" ); # start te ...
v ( $job -> workload ()); } ?> 参考 GearmanWorker::addFunction() - Register and add callback function 関連キーワー ...
Worker , work , function , パラメータ , callback , addFunction , 参考 ...
-
https://man.plustar.jp/php/gearmanworker.work.html
- [similar]
- 定義されている関数の一覧を返す 9477
- « SoapServer::fault SoapServer::handle » PHP Manual SoapServer 定義されている関数の一覧を返す So
...
関数の一覧を返します。 このメソッドは、 SoapServer::addFunction() もしくは SoapServer::setClass() で追加された全て ...
, array( "uri" => "http://test-uri" )); $server -> addFunction ( SOAP_FUNCTIONS_ALL ); if ( $_SERVER [ "REQUEST_M ...
onstruct() - SoapServer コンストラクタ SoapServer::addFunction() - SOAP リクエストによって処理される単一もしくはい ...
-
https://man.plustar.jp/php/soapserver.getfunctions.html
- [similar]
- The GearmanWorker class 9376
- « GearmanTask::uuid GearmanWorker::addFunction » PHP Manual Gearman The GearmanWorker class The
...
ラス概要 class GearmanWorker { /* メソッド */ public addFunction ( string $function_name , callable $function , mix ...
): bool public work (): bool } 目次 GearmanWorker::addFunction — Register and add callback function GearmanWorker ...
-
https://man.plustar.jp/php/class.gearmanworker.html
- [similar]
- SOAP ヘッダをレスポンスに追加する 9191
- « SoapServer::addFunction SoapServer::__construct » PHP Manual SoapServer SOAP ヘッダをレスポンス
...
ンス , 追加 , SoapServer , addSoapHeader , header , addFunction , construct , public , SoapHeader ...
-
https://man.plustar.jp/php/soapserver.addsoapheader.html
- [similar]
- SoapFault コンストラクタ 8232
- « SoapFault SoapFault::__toString » PHP Manual SoapFault SoapFault コンストラクタ SoapFault::__c
...
array( 'uri' => "http://test-uri/" )); $server -> addFunction ( "test" ); $server -> handle (); ?> SOAP フォール ...
array( 'uri' => "http://test-uri/" )); $server -> addFunction ( "test" ); $server -> handle (); ?> 参考 SoapServ ...
-
https://man.plustar.jp/php/soapfault.construct.html
- [similar]
- Add worker options 7861
- « GearmanWorker::addFunction GearmanWorker::addServer » PHP Manual GearmanWorker Add worker opti
...
-
https://man.plustar.jp/php/gearmanworker.addoptions.html
- [similar]
- Run a single task and return a result [deprecated] 7659
- « GearmanClient::data GearmanClient::doBackground » PHP Manual GearmanClient Run a single task a
...
" for a faster worker with no output. $gmworker -> addFunction ( "reverse" , "reverse_fn" ); print "Waiting for j ...
r function "reverse" with the server. $gmworker -> addFunction ( "reverse" , "reverse_fn" ); print "Waiting for j ...
-
https://man.plustar.jp/php/gearmanclient.do.html
- [similar]