File: RPC.php
Source Location: /XML_RPC-1.2.0RC2/RPC.php
Page Details:
PHP implementation of the XML-RPC protocol
This is a PEAR-ified version of Useful inc's XML-RPC for PHP. It has support for HTTP transport, proxies and authentication. PHP versions 4 and 5 LICENSE: License is granted to use or modify this software ("XML-RPC for PHP") for commercial or non-commercial use provided the copyright of the author is preserved in any distributed or derivative work. THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
XML_RPC_ERROR_ALREADY_INITIALIZED [line 54]
XML_RPC_ERROR_CONNECTION_FAILED [line 53]
XML_RPC_ERROR_INVALID_TYPE [line 51]
XML_RPC_ERROR_NON_NUMERIC_FOUND [line 52]
XML_RPC_cd [line 354]
void XML_RPC_cd(
$parser, $data)
|
|
Character data handler for the XML parser
Parameters
XML_RPC_decode [line 1236]
void XML_RPC_decode(
$XML_RPC_val)
|
|
Takes a message in PHP XML_RPC object format and translates it into native PHP types
Parameters
XML_RPC_ee [line 225]
void XML_RPC_ee(
$parser, $name)
|
|
End element handler for the XML parser
Parameters
XML_RPC_encode [line 1269]
void XML_RPC_encode(
$php_val)
|
|
Takes native php types and encodes them into XML_RPC PHP object format. Feature creep -- could support more types via optional type argument.
Parameters
XML_RPC_iso8601_decode [line 1218]
void XML_RPC_iso8601_decode(
$idate, [ $utc = 0])
|
|
Convert a datetime string into a Unix timestamp
Parameters
XML_RPC_iso8601_encode [line 1189]
void XML_RPC_iso8601_encode(
$timet, [ $utc = 0])
|
|
date helpers
Parameters
XML_RPC_se [line 144]
void XML_RPC_se(
$parser, $name, $attrs)
|
|
Start element handler for the XML parser
Parameters
Documentation generated on Mon, 11 Mar 2019 14:12:44 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|