Open Monograph Press
3.3.0
|
Public Member Functions | |
__construct ($val, $fCode=0, $fString='', $valType='') | |
cookies () | |
faultCode () | |
faultString () | |
serialize ($charsetEncoding='') | |
value () | |
Data Fields | |
$_cookies = array() | |
$content_type = 'text/xml' | |
$errno = 0 | |
$errstr = '' | |
$hdrs = array() | |
$payload | |
$raw_data = '' | |
$val = 0 | |
$valType | |
Definition at line 7 of file generic/plagiarism/vendor/phpxmlrpc/phpxmlrpc/src/Response.php.
PhpXmlRpc\Response::__construct | ( | $val, | |
$fCode = 0 , |
|||
$fString = '' , |
|||
$valType = '' |
|||
) |
mixed | $val | either an xmlrpc value obj, a php value or the xml serialization of an xmlrpc value (a string) |
integer | $fCode | set it to anything but 0 to create an error response |
string | $fString | the error string, in case of an error response |
string | $valType | either 'xmlrpcvals', 'phpvals' or 'xml' |
Definition at line 30 of file generic/plagiarism/vendor/phpxmlrpc/phpxmlrpc/src/Response.php.
PhpXmlRpc\Response::cookies | ( | ) |
Returns an array with the cookies received from the server. Array has the form: $cookiename => array ('value' => $val, $attr1 => $val1, $attr2 = $val2, ...) with attributes being e.g. 'expires', 'path', domain'. NB: cookies sent as 'expired' by the server (i.e. with an expiry date in the past) are still present in the array. It is up to the user-defined code to decide how to use the received cookies, and whether they have to be sent back with the next request to the server (using Client::setCookie) or not.
Definition at line 96 of file generic/plagiarism/vendor/phpxmlrpc/phpxmlrpc/src/Response.php.
PhpXmlRpc\Response::faultCode | ( | ) |
Returns the error code of the response.
Definition at line 60 of file generic/plagiarism/vendor/phpxmlrpc/phpxmlrpc/src/Response.php.
PhpXmlRpc\Response::faultString | ( | ) |
Returns the error code of the response.
Definition at line 70 of file generic/plagiarism/vendor/phpxmlrpc/phpxmlrpc/src/Response.php.
PhpXmlRpc\Response::serialize | ( | $charsetEncoding = '' | ) |
Returns xml representation of the response. XML prologue not included.
string | $charsetEncoding | the charset to be used for serialization. if null, US-ASCII is assumed |
Definition at line 110 of file generic/plagiarism/vendor/phpxmlrpc/phpxmlrpc/src/Response.php.
PhpXmlRpc\Response::value | ( | ) |
Returns the value received by the server.
Definition at line 80 of file generic/plagiarism/vendor/phpxmlrpc/phpxmlrpc/src/Response.php.
PhpXmlRpc\Response::$_cookies = array() |
Definition at line 16 of file generic/plagiarism/vendor/phpxmlrpc/phpxmlrpc/src/Response.php.
PhpXmlRpc\Response::$content_type = 'text/xml' |
Definition at line 17 of file generic/plagiarism/vendor/phpxmlrpc/phpxmlrpc/src/Response.php.
PhpXmlRpc\Response::$errno = 0 |
Definition at line 12 of file generic/plagiarism/vendor/phpxmlrpc/phpxmlrpc/src/Response.php.
PhpXmlRpc\Response::$errstr = '' |
Definition at line 13 of file generic/plagiarism/vendor/phpxmlrpc/phpxmlrpc/src/Response.php.
PhpXmlRpc\Response::$hdrs = array() |
Definition at line 15 of file generic/plagiarism/vendor/phpxmlrpc/phpxmlrpc/src/Response.php.
PhpXmlRpc\Response::$payload |
Definition at line 14 of file generic/plagiarism/vendor/phpxmlrpc/phpxmlrpc/src/Response.php.
PhpXmlRpc\Response::$raw_data = '' |
Definition at line 18 of file generic/plagiarism/vendor/phpxmlrpc/phpxmlrpc/src/Response.php.
PhpXmlRpc\Response::$val = 0 |
Definition at line 10 of file generic/plagiarism/vendor/phpxmlrpc/phpxmlrpc/src/Response.php.
PhpXmlRpc\Response::$valType |
Definition at line 11 of file generic/plagiarism/vendor/phpxmlrpc/phpxmlrpc/src/Response.php.