Public Member Functions | |
| __construct ($message, $code=-32400) | |
| Set the error response and error code. | |
| __toString () | |
| Output to XML. | |
Definition at line 348 of file xml-rpc.php.
| XMLRPCErrorResponse::__construct | ( | $ | message, | |
| $ | code = -32400 | |||
| ) |
Set the error response and error code.
| string | $message The message | |
| int | $code Error code (default = system error as defined by http://xmlrpc-epi.sourceforge.net/specs/rfc.fault_codes.php) |
Definition at line 356 of file xml-rpc.php.
| XMLRPCErrorResponse::__toString | ( | ) |
Output to XML.
Definition at line 371 of file xml-rpc.php.
1.6.3