X-Git-Url: http://git.pk910.de/?p=PHP-P10.git;a=blobdiff_plain;f=Uplink%2FClient.class.php;h=aceefe83f6a34f8f308845e01ea1a2ca25384a83;hp=af666cea3d1da4fc346be5902c2b21a7dd9121f5;hb=0f30e96ae37491aee19e72b89cc54a6798d1f254;hpb=d1fc76f5af98ff28ca6405cc5d6f50a3bbf0ac9b diff --git a/Uplink/Client.class.php b/Uplink/Client.class.php index af666ce..aceefe8 100644 --- a/Uplink/Client.class.php +++ b/Uplink/Client.class.php @@ -1,22 +1,19 @@ . * * * ************************************************************************ * @@ -24,29 +21,6 @@ * * This file contains the basic Client Socket. * - ************************************************************************ - * accessable methods: - * - * bool connect(String $host, int $port, String $bind = null, bool $ssl = false, int $blocking = 0) - * connects the socket to $host:$port with the provided options - * - * void disconnect() - * disconnects the socket - * - * bool connected() - * returns the state of the socket (true if the socket is connected with the server) - * - * String[] recv() - * tries to receive datas from the socket. Returns null or a array containing the lines received. - * this method BLOCKS THE SCRIPT EXECUTION for the defined time if $blocking is set on connect(). - * - * void send(String $line, String $newline = "\r\n") - * tries to send datas through the socket. - * - * Array[] getTraffic() - * returns an array containing the traffic the socket has received and sent. - * index in = incoming (received) traffic count - index out = outgoing (sent) traffic count */ class Client {