PHP Класс PhpOrient\Protocols\Binary\Operations\Connect

Наследование: extends PhpOrient\Protocols\Binary\Abstracts\Operation
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$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)

Свойство Тип Описание
$_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