検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 26 for XMLRPC (0.001 sec.)
XML-RPC 関数 10976
« 定義済み定数 xmlrpc_decode_request » PHP Manual XML-RPC XML-RPC 関数 XML-RPC 関数 目次 xmlrpc_ ... e_request — XML をネイティブなPHP 型にデコードする xmlrpc_decode — XML をネイティブな PHP 型にデコードする x ... de_request — メソッドリクエスト用の XML を生成する xmlrpc_encode — PHP の値に関する XML を生成する xmlrpc_ge ... t_type — PHP の値に関する xmlrpc 型を取得する xmlrpc_is_fault — 配列の値が XMLRPC... 失敗であるかどうかを調べる xmlrpc_parse_method_descriptions — XML を、メソッド説明の ...
https://man.plustar.jp/php/ref.xmlrpc.html - [similar]
XML-RPC 10811
« Yar_Client_Exception::getType はじめに » PHP Manual ウェブサービス XML-RPC XML-RPC はじめに イ ... 手順 実行時設定 リソース型 定義済み定数 XML-RPC 関数 xmlrpc_decode_request — XML をネイティブなPHP 型にデコード ... する xmlrpc_decode — XML をネイティブな PHP 型にデコードする x ... de_request — メソッドリクエスト用の XML を生成する xmlrpc_encode — PHP の値に関する XML を生成する xmlrpc_ge ... t_type — PHP の値に関する xmlrpc 型を取得する xmlrpc_is_fault — 配列の値が XMLRPC...
https://man.plustar.jp/php/book.xmlrpc.html - [similar]
PHP の値に関する xmlrpc 型を取得する 10811
« xmlrpc_encode xmlrpc_is_fault » PHP Manual XML-RPC 関数 PHP の値に関する xmlrpc 型を取得する xmlrpc ... mlrpc_get_type (PHP 4 >= 4.1.0, PHP 5, PHP 7) xmlrpc_get_type — PHP の値に関する xmlrpc 型を取得する 説 ...xmlrpc_get_type ( mixed $value ): string 警告 この関数は、 ... の型を返します。 例 例1 XML-RPC の型の例 <?php echo xmlrpc_get_type ( null ) . "\n" ; // base64 echo xmlrpc_g ... et_type ( false ) . "\n" ; // boolean echo xmlrpc_get_type ( 1 ) . "\n" ; // int echo xmlrpc_get_typ ...
https://man.plustar.jp/php/function.xmlrpc-get-type.html - [similar]
配列の値が XMLRPC の失敗であるかどうかを調べる 10381
« xmlrpc_get_type xmlrpc_parse_method_descriptions » PHP Manual XML-RPC 関数 配列の値が XMLRPC... 失敗であるかどうかを調べる xmlrpc_is_fault (PHP 4 >= 4.3.0, PHP 5, PHP 7) xmlrpc_is_ ... fault — 配列の値が XMLRPC の失敗であるかどうかを調べる 説明 xmlrpc_is_fault ... の関数は自己責任で使用してください。 パラメータ arg xmlrpc_decode() が返す配列。 戻り値 引数が失敗を表す場合に ... 失敗のコードは $arg["faultCode"] に格納されます。 例 xmlrpc_encode_request() の例を参照ください。 参考 xmlrpc_ ...
https://man.plustar.jp/php/function.xmlrpc-is-fault.html - [similar]
XML をネイティブな PHP 型にデコードする 10315
« xmlrpc_decode_request xmlrpc_encode_request » PHP Manual XML-RPC 関数 XML をネイティブな PHP 型 ... にデコードする xmlrpc_decode (PHP 4 >= 4.1.0, PHP 5, PHP 7) xmlrpc_decod ... e — XML をネイティブな PHP 型にデコードする 説明 xmlrpc_decode ( string $xml , string $encoding = "iso-885 ... の関数は自己責任で使用してください。 パラメータ xml XMLRPC メソッドが返す XML レスポンス。 encoding iconv がサ ... ポートする入力エンコーディング。 戻り値 XMLRPC メソッドのレスポンスをもとに作成した、 配列あるいは ...
https://man.plustar.jp/php/function.xmlrpc-decode.html - [similar]
PHP 文字列型用に xmlrpc 型、base64 または datetime を設定する 10199
« xmlrpc_server_register_method Windows 用のモジュール » PHP Manual XML-RPC 関数 PHP 文字列型用に ... xmlrpc 型、base64 または datetime を設定する xmlrpc_set_t ... ype (PHP 4 >= 4.1.0, PHP 5, PHP 7) xmlrpc_set_type — PHP 文字列型用に xmlrpc 型、base64 また ... は datetime を設定する 説明 xmlrpc_set_type ( string &$value , string $type ): bool P ... HP の文字列用の xmlrpc 型を、base64 あるいは datetime に設定します。 警告 ...
https://man.plustar.jp/php/function.xmlrpc-set-type.html - [similar]
メソッドリクエスト用の XML を生成する 10067
« xmlrpc_decode xmlrpc_encode » PHP Manual XML-RPC 関数 メソッドリクエスト用の XML を生成する xmlrpc ... lrpc_encode_request (PHP 4 >= 4.1.0, PHP 5, PHP 7) xmlrpc_encode_request — メソッドリクエスト用の XML を生成 ... する 説明 xmlrpc_encode_request ( string $method , mixed $params , ... 、あるいは複数の値の配列となります) version: simple, xmlrpc , soap 1.1, auto encoding: iso-8859-1 , その他 ico ... り値 リクエストを表す XML 文字列を返します。 例 例1 XMLRPC クライアント関数の例 <?php $request = xmlrpc_encod ...
https://man.plustar.jp/php/function.xmlrpc-encode-request.html - [similar]
xmlrpc サーバーを作成する 9769
« xmlrpc_server_call_method xmlrpc_server_destroy » PHP Manual XML-RPC 関数 xmlrpc サーバーを作成 ... する xmlrpc_server_create (PHP 4 >= 4.1.0, PHP 5, PHP 7) xmlrp ... c_server_create — xmlrpc サーバーを作成する 説明 xmlrpc_server_create (): r ... 数のリストのみが 記述されています。 関連キーワード: xmlrpc , 作成 , サーバー , server , 関数 , create , 警告 ...
https://man.plustar.jp/php/function.xmlrpc-server-create.html - [similar]
PHP の値に関する XML を生成する 8463
« xmlrpc_encode_request xmlrpc_get_type » PHP Manual XML-RPC 関数 PHP の値に関する XML を生成する ... xmlrpc_encode (PHP 4 >= 4.1.0, PHP 5, PHP 7) xmlrpc_encod ... e — PHP の値に関する XML を生成する 説明 xmlrpc_encode ( mixed $value ): string 警告 この関数は、 ... みが 記述されています。 関連キーワード: 生成 , 値 , xmlrpc , 関数 , 警告 , 予告 , リスト , 情報 , 変更 , リリ ...
https://man.plustar.jp/php/function.xmlrpc-encode.html - [similar]
サーバーリソースを破棄する 8430
« xmlrpc_server_create xmlrpc_server_register_introspection_callback » PHP Manual XML-RPC 関数 サ ... ーバーリソースを破棄する xmlrpc_server_destroy (PHP 4 >= 4.1.0, PHP 5, PHP 7) xmlr ... c_server_destroy — サーバーリソースを破棄する 説明 xmlrpc_server_destroy ( resource $server ): bool 警告 この ... 連キーワード: サーバー , 破棄 , リソース , server , xmlrpc , 関数 , destroy , 警告 , 事項 , リスト ...
https://man.plustar.jp/php/function.xmlrpc-server-destroy.html - [similar]
PREV 1 2 3 NEXT