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
파일 보기 프로젝트 열기: horde/horde

공개 프로퍼티들

프로퍼티 타입 설명
$client_debug boolean If false, does not outpt the current line of client output to debug.

보호된 프로퍼티들

프로퍼티 타입 설명
$_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