Query: yaz_element
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
YAZ_ELEMENT(3) 1 YAZ_ELEMENT(3) yaz_element - Specifies Element-Set Name for retrievalSYNOPSISbool yaz_element (resource $id, string $elementset)DESCRIPTIONThis 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).PARAMETERSo $id - The connection resource returned by yaz_connect(3). o $elementset - Most servers support F (for full records) and B (for brief records).RETURN VALUESReturns TRUE on success or FALSE on failure. PHP Documentation Group YAZ_ELEMENT(3)
Related Man Pages |
---|
pg_cancel_query(3) - php |
pg_select(3) - php |
xmlwriter_write_element_ns(3) - php |
yaz_search(3) - php |
yaz_sort(3) - php |