yaz_element
(PHP 4 >= 4.0.1, PECL yaz >= 0.9.0)
Specifies Element-Set Name for retrieval
Description
This function sets the element set name for retrieval.
Call this function before yaz_search() or yaz_present() to specify the element set name for records to be retrieved.
If this function appears to have no effect, see the description of the piggybacking option in yaz_connect().
Parameters
idThe connection resource returned by
yaz_connect().elementsetMost servers support
F(for full records) andB(for brief records).
Return Values
Success