PHP Класс Horde_Imap_Client_Socket_Connection_Socket, horde

NOTE: This class is NOT intended to be accessed outside of the package. There is NO guarantees that the API of this class will not change across versions.
Автор: Michael Slusarz ([email protected])
Наследование: extends Horde_Imap_Client_Socket_Connection_Base
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$client_debug boolean If false, does not outpt the current line of client output to debug.

Защищенные свойства (Protected)

Свойство Тип Описание
$_buffer string Sending buffer.

Открытые методы

Метод Описание
read ( integer $size = null ) : Horde_Imap_Client_Tokenize Read data from incoming IMAP stream.
write ( string $data, boolean $eol = false ) Writes data to the IMAP output stream.
writeLiteral ( mixed $data, integer $length, boolean $binary = false ) Writes literal data to the IMAP output stream.

Описание методов

read() публичный Метод

Read data from incoming IMAP stream.
public read ( integer $size = null ) : Horde_Imap_Client_Tokenize
$size integer UNUSED: The number of bytes to read from the socket.
Результат Horde_Imap_Client_Tokenize The tokenized data.

write() публичный Метод

Writes data to the IMAP output stream.
public write ( string $data, boolean $eol = false )
$data string String data.
$eol boolean Append EOL?

writeLiteral() публичный Метод

Writes literal data to the IMAP output stream.
public writeLiteral ( mixed $data, integer $length, boolean $binary = false )
$data mixed Either a stream resource, or Horde_Stream object.
$length integer The literal length.
$binary boolean If true, this is binary data.

Описание свойств

$_buffer защищенное свойство

Sending buffer.
protected string $_buffer
Результат string

$client_debug публичное свойство

If false, does not outpt the current line of client output to debug.
public bool $client_debug
Результат boolean