PHP Class PhpOrient\Protocols\Binary\Operations\Connect

Inheritance: extends PhpOrient\Protocols\Binary\Abstracts\Operation
Show file Open project: ostico/phporient

Public Properties

Property Type Description
$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.

Protected Properties

Property Type Description
$_clientID Client identifier
$opCode The op code.

Protected Methods

Method Description
_read ( ) : integer Read the response from the socket.
_write ( ) Write the data to the socket.

Method Details

_read() protected method

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

_write() protected method

Write the data to the socket.
protected _write ( )

Property Details

$_clientID protected property

Client identifier
protected $_clientID

$clientName public property

the name of the client library.
public $clientName

$clientVersion public property

the client version.
public $clientVersion

$opCode protected property

The op code.
protected $opCode

$password public property

the password to connect with.
public $password

$serializationType public property

the serialization database_type
public $serializationType

$username public property

the username to connect with.
public $username