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

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

공개 프로퍼티들

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

보호된 프로퍼티들

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

보호된 메소드들

메소드 설명
_read ( ) : PhpOrient\Protocols\Common\ClustersMap Read the response from the socket.
_write ( ) Write the data to the socket.

메소드 상세

_read() 보호된 메소드

Read the response from the socket.
protected _read ( ) : PhpOrient\Protocols\Common\ClustersMap
리턴 PhpOrient\Protocols\Common\ClustersMap

_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

$database 공개적으로 프로퍼티

the name of the database to open.
public $database

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

The op code.
protected $opCode

$password 공개적으로 프로퍼티

the password to connect with.
public $password

$serializationType 공개적으로 프로퍼티

Type of serialization
public string $serializationType
리턴 string

$type 공개적으로 프로퍼티

The database_type of database to open.
public $type

$username 공개적으로 프로퍼티

the username to connect with.
public $username