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
arraysee API-Documentation for this method on http://www.fastbroadcast.de
intretcode: FastBroadcast::SUCCESS or an error nrGetEventList(array $params) : int
arraysee API-Documentation for this method on http://www.fastbroadcast.de
intretcode: FastBroadcast::SUCCESS or an error nrGetInstance() : object
objectthe one and only instance of this classRemoteRequest(array $params) : int
arraythe params for the API-Methos call
intreturncode FastBroadcast::SUCCESS if the request was successfull handled even when the server has no Data to sendResult(string $type) : array
stringtype. By default the type is an empty string and the result array from the response is given.
arraythe returned array may be specified by the param typeUnchunkResult(string $data) : string
stringthe raw data given from the server
stringthe unchunked dataBuildQuery(array $params) : string
arraythe params
stringquerystringRequestWith_CURL(string $query) : string
stringthe query
stringthe data from the responseRequestWith_fsockopen(string $query) : string
stringthe query
stringthe data from the response__clone()
__construct()
$response