Download the PHP package antanasga/xmlrpcencode without Composer
On this page you can find all versions of the php package antanasga/xmlrpcencode. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download antanasga/xmlrpcencode
More information about antanasga/xmlrpcencode
Files in antanasga/xmlrpcencode
Download antanasga/xmlrpcencode
More information about antanasga/xmlrpcencode
Files in antanasga/xmlrpcencode
Vendor antanasga
Package xmlrpcencode
Short Description Easy way to encode XMLRPC requests
License MIT
Package xmlrpcencode
Short Description Easy way to encode XMLRPC requests
License MIT
Please rate this library. Is it a good library?
Informations about the package xmlrpcencode
XmlRpcEncode
Easy way to encode XMLRPC calls
Documentation
Table of Contents
- Usage
- As Request
- As Response
- As Error Message
Installation
installing using composer:
composer.json
:
In terminal:
Notes
- The only parced object is
DateTime
- When specific type is required use
([type name])
- Example:
(float) 1
, returns<double>1.000000</double>
. Keep in mindfloat
fits XMLRPC spec asdouble
- Example:
Back To top
Usage
As request
Request:
Output:
Back To top
As response
Request:
Output:
Back To top
As Error
Request:
Output:
Back To top
All versions of xmlrpcencode with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0.0
The package antanasga/xmlrpcencode contains the following files
Loading the files please wait ....