PHP 클래스 Horde_Imap_Client_Data_Format, horde

저자: Michael Slusarz ([email protected])
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_data mixed Data.

공개 메소드들

메소드 설명
__construct ( mixed $data ) Constructor.
__toString ( ) : string Returns the string value of the raw data.
escape ( ) : string Returns the data formatted for output to the IMAP server.
getData ( ) : mixed Returns the raw data.
verify ( ) Verify the data.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( mixed $data )
$data mixed Data.

__toString() 공개 메소드

Returns the string value of the raw data.
public __toString ( ) : string
리턴 string String value.

escape() 공개 메소드

Returns the data formatted for output to the IMAP server.
public escape ( ) : string
리턴 string IMAP escaped string.

getData() 공개 메소드

Returns the raw data.
public getData ( ) : mixed
리턴 mixed Raw data.

verify() 공개 메소드

Verify the data.
public verify ( )

프로퍼티 상세

$_data 보호되어 있는 프로퍼티

Data.
protected mixed $_data
리턴 mixed