YAZ_SCHEMA(3) 1 YAZ_SCHEMA(3)
yaz_schema - Specifies schema for retrieval
SYNOPSIS
void yaz_schema (resource $id, string $schema)
DESCRIPTION
yaz_schema(3) specifies the schema for retrieval.
This function should be called before yaz_search(3) or yaz_present(3).
PARAMETERS
o $id
- The connection resource returned by yaz_connect(3).
o $schema
- Must be specified as an OID (Object Identifier) in a raw dot-notation (like 1.2.840.10003.13.4) or as one of the known regis-
tered schemas: GILS-schema, Holdings, Zthes, ...
RETURN VALUES
No value is returned.
PHP Documentation Group YAZ_SCHEMA(3)