GhRpcProtocol
Diese Klasse gehört zur Unit PHP-RPC-Kernklassen.
Dies sind die Methoden, welche durch diese Klasse zur Verfügung gestellt werden.
Name |
Parameter |
Rückgabetyp |
---|---|---|
download | $client GhRpcClient $function string $id int $outputDownload boolean $outputHeaders array |
string |
sendRpcRequest | $client GhRpcClient $rpcFunction string $params array $methodType array $requestData array |
mixed |
upload | $client GhRpcClient $function string $id int $data string $filename string |
Funktion |
Dies sind die Funktionen, welche diese Klasse entweder als Rückgabewert oder Parameter verwenden.
Name |
Parameter |
Rückgabetyp |
Klasse |
---|---|---|---|
__construct | $host string $port int $ssl boolean $username string $password string $protocol GhRpcProtocol |
Konstruktor | GhRpcClient |
getProtocol | Keine | GhRpcProtocol | GhRpcClient |
setProtocol | $protocol GhRpcProtocol | Funktion | GhRpcClient |
Diese Klasse wird von folgenden anderen Klassen als Basis-Klasse verwendet.
Name |
Unit |
Funktionen |
Variablen |
---|---|---|---|
GhRpcXmlRpcProtocol | PHP-RPC-Kernklassen | 5 | 3 |