PHP 클래스 PhpOrient\Protocols\Binary\Operations\Connect

상속: extends PhpOrient\Protocols\Binary\Abstracts\Operation
파일 보기 프로젝트 열기: ostico/phporient

공개 프로퍼티들

프로퍼티 타입 설명
$clientName the name of the client library.
$clientVersion the client version.
$password the password to connect with.
$serializationType the serialization database_type
$username the username to connect with.

보호된 프로퍼티들

프로퍼티 타입 설명
$_clientID Client identifier
$opCode The op code.

보호된 메소드들

메소드 설명
_read ( ) : integer Read the response from the socket.
_write ( ) Write the data to the socket.

메소드 상세

_read() 보호된 메소드

Read the response from the socket.
protected _read ( ) : integer
리턴 integer The session id.

_write() 보호된 메소드

Write the data to the socket.
protected _write ( )

프로퍼티 상세

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

Client identifier
protected $_clientID

$clientName 공개적으로 프로퍼티

the name of the client library.
public $clientName

$clientVersion 공개적으로 프로퍼티

the client version.
public $clientVersion

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

The op code.
protected $opCode

$password 공개적으로 프로퍼티

the password to connect with.
public $password

$serializationType 공개적으로 프로퍼티

the serialization database_type
public $serializationType

$username 공개적으로 프로퍼티

the username to connect with.
public $username