PHP 클래스 OpenPGP_UserIDPacket, horde

또한 보기: http://tools.ietf.org/html/rfc4880#section-5.11
또한 보기: http://tools.ietf.org/html/rfc2822
상속: extends OpenPGP_Packet
파일 보기 프로젝트 열기: horde/horde

공개 프로퍼티들

프로퍼티 타입 설명
$comment
$email
$name

공개 메소드들

메소드 설명
__construct ( $name = '', $comment = '', $email = '' )
__toString ( )
body ( )
read ( )

메소드 상세

__construct() 공개 메소드

public __construct ( $name = '', $comment = '', $email = '' )

__toString() 공개 메소드

public __toString ( )

body() 공개 메소드

public body ( )

read() 공개 메소드

public read ( )

프로퍼티 상세

$comment 공개적으로 프로퍼티

public $comment

$email 공개적으로 프로퍼티

public $email

$name 공개적으로 프로퍼티

public $name