GetEvent()
GetEventList()
GetInstance()
RemoteRequest()
Result()
UnchunkResult()
BuildQuery()
RequestWith_CURL()
RequestWith_fsockopen()
__clone()
__construct()
$response
class FastBroadcastHttpClient
Objects of this should be received via the FastBroadcast class sample: $httpClient = FastBroadcast::HttpClient();
GetEvent(array $params) : int
array
see API-Documentation for this method on http://www.fastbroadcast.de
int
retcode: FastBroadcast::SUCCESS or an error nrGetEventList(array $params) : int
array
see API-Documentation for this method on http://www.fastbroadcast.de
int
retcode: FastBroadcast::SUCCESS or an error nrGetInstance() : object
object
the one and only instance of this classRemoteRequest(array $params) : int
array
the params for the API-Methos call
int
returncode FastBroadcast::SUCCESS if the request was successfull handled even when the server has no Data to sendResult(string $type) : array
string
type. By default the type is an empty string and the result array from the response is given.
array
the returned array may be specified by the param typeUnchunkResult(string $data) : string
string
the raw data given from the server
string
the unchunked dataBuildQuery(array $params) : string
array
the params
string
querystringRequestWith_CURL(string $query) : string
string
the query
string
the data from the responseRequestWith_fsockopen(string $query) : string
string
the query
string
the data from the response__clone()
__construct()
$response