検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 15 for getFunctions (0.002 sec.)
SOAP 関数の一覧を返す 12156
« SoapClient::__getCookies SoapClient::__getLastRequest » PHP Manual SoapClient SOAP 関数の一覧を ... 返す SoapClient::__getFunctions (PHP 5, PHP 7, PHP 8) SoapClient::__getFunctions... SOAP 関数の一覧を返す 説明 public SoapClient::__getFunctions (): ? array ウェブサービスの WSDL に記述されている ... 型情報を含めた配列を返します。 例 例1 SoapClient::__getFunctions() の例 <?php $client = new SoapClient ( 'http://so ... AmazonWebServices.wsdl' ); var_dump ( $client -> __getFunctions ()); ?> 上の例の出力は以下となります。 array(26) { ...
https://man.plustar.jp/php/soapclient.getfunctions.html - [similar]
拡張モジュールの関数を取得する 12069
« ReflectionExtension::getDependencies ReflectionExtension::getINIEntries » PHP Manual Reflectio ... 拡張モジュールの関数を取得する ReflectionExtension::getFunctions (PHP 5, PHP 7, PHP 8) ReflectionExtension::getFunc ... ルの関数を取得する 説明 public ReflectionExtension::getFunctions (): array 拡張モジュールで定義されている関数を取得 ... 合は空の配列を返します。 例 例1 ReflectionExtension::getFunctions() の例 <?php $dom = new ReflectionExtension ( 'Sim ... pleXML' ); print_r ( $dom -> getFunctions ()); ?> 上の例の出力は、 たとえば以下のようになりま ...
https://man.plustar.jp/php/reflectionextension.getfunctions.html - [similar]
定義されている関数の一覧を返す 11912
« SoapServer::fault SoapServer::handle » PHP Manual SoapServer 定義されている関数の一覧を返す So ... apServer::getFunctions (PHP 5, PHP 7, PHP 8) SoapServer::getFunctions — 定 ... 義されている関数の一覧を返す 説明 public SoapServer::getFunctions (): array SoapServer オブジェクトで定義されている関 ... されている関数の配列を返します。 例 例1 SoapServer::getFunctions() の例 <?php $server = new SoapServer ( NULL , arr ... e following functions: " ; $functions = $server -> getFunctions (); foreach( $functions as $func ) { echo $func . ...
https://man.plustar.jp/php/soapserver.getfunctions.html - [similar]
Get list of cookies 9108
« SoapClient::__doRequest SoapClient::__getFunctions » PHP Manual SoapClient Get list of cookies ... of , getCookies , 関数 , パラメータ , doRequest , getFunctions ...
https://man.plustar.jp/php/soapclient.getcookies.html - [similar]
ReflectionExtension クラス 8307
« ReflectionZendExtension::__toString ReflectionExtension::__clone » PHP Manual リフレクション R ... (): array public getDependencies (): array public getFunctions (): array public getINIEntries (): array public ge ... pendencies — 依存性を取得する ReflectionExtension::getFunctions — 拡張モジュールの関数を取得する ReflectionExtensi ...
https://man.plustar.jp/php/class.reflectionextension.html - [similar]
SoapServer クラス 8307
« SoapClient::__soapCall SoapServer::addFunction » PHP Manual SOAP SoapServer クラス SoapServer ... $details = null , string $name = "" ): void public getFunctions (): array public handle ( ? string $request = null ... を示す SoapServer フォールト を発行する SoapServer::getFunctions — 定義されている関数の一覧を返す SoapServer::handl ...
https://man.plustar.jp/php/class.soapserver.html - [similar]
SOAP 8150
« OAuthException はじめに » PHP Manual ウェブサービス SOAP SOAP はじめに インストール/設定 要件 ... ::__getCookies — Get list of cookies SoapClient::__getFunctions — SOAP 関数の一覧を返す SoapClient::__getLastReque ... を示す SoapServer フォールト を発行する SoapServer::getFunctions — 定義されている関数の一覧を返す SoapServer::handl ...
https://man.plustar.jp/php/book.soap.html - [similar]
SoapClient クラス 7906
« use_soap_error_handler SoapClient::__call » PHP Manual SOAP SoapClient クラス SoapClient クラス ... ): ? string public __getCookies (): array public __getFunctions (): ? array public __getLastRequest (): ? string p ... ::__getCookies — Get list of cookies SoapClient::__getFunctions — SOAP 関数の一覧を返す SoapClient::__getLastReque ...
https://man.plustar.jp/php/class.soapclient.html - [similar]
依存性を取得する 7680
« ReflectionExtension::getConstants ReflectionExtension::getFunctions » PHP Manual ReflectionExt ...
https://man.plustar.jp/php/reflectionextension.getdependencies.html - [similar]
SOAP リクエストを処理する 7680
« SoapServer::getFunctions SoapServer::setClass » PHP Manual SoapServer SOAP リクエストを処理する ...
https://man.plustar.jp/php/soapserver.handle.html - [similar]
PREV 1 2 NEXT