PHP 클래스 Horde_Smtp_Connection, 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\Socket\Client
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

공개 메소드들

메소드 설명
read ( integer $size = null ) : string Read data from incoming stream.
write ( mixed $data, mixed $size = null ) Writes data to the output stream.

보호된 메소드들

메소드 설명
_write ( string $data ) Writes data to the output stream.

메소드 상세

_write() 보호된 메소드

Writes data to the output stream.
protected _write ( string $data )
$data string String data.

read() 공개 메소드

Read data from incoming 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 output stream.
public write ( mixed $data, mixed $size = null )
$data mixed String data (or array of string data), or a resource.
$size mixed If set, the maximum number of octets to send.