PHP Класс Horde_Imap_Client_Socket_Connection_Pop3, 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
Показать файл Открыть проект

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

Свойство Тип Описание
$_protocol

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

Метод Описание
read ( integer $size = null ) : string Read data from incoming POP3 stream.
write ( string $data, boolean $debug = true ) Writes data to the POP3 output stream.

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

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

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

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

Writes data to the POP3 output stream.
public write ( string $data, boolean $debug = true )
$data string String data.
$debug boolean Output line to debug?

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

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

protected $_protocol