Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
fXmlRpc
Serializer
SerializerInterface
PHP Interface fXmlRpc\Serializer\SerializerInterface
显示文件
Open project: lstrojny/fxmlrpc
Interface Usage Examples
Public Methods
Method
Description
serialize
(
string
$method
,
array
$params
= [] ) :
string
Serialize XML/RPC method name and params into XML representation
Method Details
serialize()
public
method
Serialize XML/RPC method name and params into XML representation
public
serialize
(
string
$method
,
array
$params
= [] ) :
string
$method
string
$params
array
return
string