class Poodle\Stream\Socket Methods public static detectCrypto ( $host, $port, $starttls = NULL ) getCryptoMethods ( ) parseConfigUri ( $uri ) public __construct ( $uri ) __destruct ( ) connect ( ) copyToStream ( $dest, int $maxlength = -1, int $offset = 0 ) disableCrypto ( ) disconnect ( ) enableCrypto ( int $type = Poodle\Stream\STREAM_CRYPTO_METHOD_TLS_SECURE_CLIENT ) getContextOptions ( ) getCrypto ( ) getMetaData ( ) getName ( bool $want_peer = true ) getTarget ( ) isBlocking ( ) read ( int $count = 0 ) readLine ( int $count = 0 ) setBlocking ( bool $mode ) setContextOption ( string $wrapper, string $option, $value ) setNotificationCallback ( callable $method ) setTimeout ( int $timeout, int $microseconds = 0 ) write ( $string )
|