ISPAPI Response
package |
ISPAPI |
---|
__construct(\ISPAPI\Response $response)
as_string() : string
string
The response as a sting
as_hash() : array
array
The response as a hash
as_list_hash() : array
array
The response as a list hash
as_list() : array
array
The response as a list
code() : int
int
The response code
description() : string
string
The response description
properties() : array
array
The response properties
runtime() : float
float
The response runtime
queuetime() : float
float
The response queutime
property(int $index = null) : array
int
The index of the property
array
A proterty
is_success() : boolean
boolean
is_tmp_error() : boolean
boolean
__get(string $name)
string
An array key
offsetSet(int $offset, string $value)
int
An array key
string
A value
offsetExists(int $offset)
int
An array key
offsetUnset(int $offset)
int
An array key
offsetGet(int $offset)
int
An array key
columns() : array
array
The columns
first() : int
int
The index of the first element
last() : int
int
The index of the last element
count() : int
int
The number of list elements returned
limit() : int
int
The limit
total() : int
int
The total number of elements found
pages() : int
int
The number of pages
page() : int
int
The number of the current page
prevpage() : int
int
The number of the previous page
prevpagefirst() : int
int
The first index of the previous page
nextpage() : int
int
The number of the next page
nextpagefirst() : int
int
The first index of the next page
lastpagefirst() : int
int
The first index of the last page
rewind() : array
array
The first element of the list
current() : array
array
The current element of the list
key() : int
int
The key of the current element
next() : int
int
The key of the next element
valid() : array
array
The element if it exists
iterator_position : int
var |
---|
int
response_string : string
var |
---|
string
response_hash : array
var |
---|
array
response_list_hash : array
var |
---|
array