yaz_es()
yaz_es - Prepares for an Extended Service Request
Syntax
yaz_es (
resource $id,
string $type,
array $args)
Arguments
- id - The connection resource returned by yaz_connect().
- type - A string which represents the type of the Extended Service: itemorder(Item Order), create(Create Database), drop(Drop Database), commit(Commit Operation), update(Update Record), xmlupdate(XML Update). Each type is specified in the following section.
- args - An array with extended service options plus package specific options. The options are identical to those offered in the C API of ZOOM C. Refer to the ZOOM » Extended Services.
Description
This function prepares for an Extended Service Request. Extended Services is family of various Z39.50 facilities, such as Record Update, Item Order, Database administration etc.
Version
PHP PECL yaz >= 0.9.0
Return value
No value is returned.