PHP Class PhpOrient\Protocols\Binary\Operations\Connect

Inheritance: extends PhpOrient\Protocols\Binary\Abstracts\Operation
Datei anzeigen 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_oe property

Client identifier
protected $_clientID

$clientName public_oe property

the name of the client library.
public $clientName

$clientVersion public_oe property

the client version.
public $clientVersion

$opCode protected_oe property

The op code.
protected $opCode

$password public_oe property

the password to connect with.
public $password

$serializationType public_oe property

the serialization database_type
public $serializationType

$username public_oe property

the username to connect with.
public $username