YAZ_ELEMENT(3) 1 YAZ_ELEMENT(3)
yaz_element - Specifies Element-Set Name for retrieval
SYNOPSIS
bool yaz_element (resource $id, string $elementset)
DESCRIPTION
This function sets the element set name for retrieval.
Call this function before yaz_search(3) or yaz_present(3) to specify the element set name for records to be retrieved.
Note
If this function appears to have no effect, see the description of the piggybacking option in yaz_connect(3).
PARAMETERS
o $id
- The connection resource returned by yaz_connect(3).
o $elementset
- Most servers support F (for full records) and B (for brief records).
RETURN VALUES
Returns TRUE on success or FALSE on failure.
PHP Documentation Group YAZ_ELEMENT(3)