Query: yaz_syntax
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
YAZ_SYNTAX(3) 1 YAZ_SYNTAX(3) yaz_syntax - Specifies the preferred record syntax for retrievalSYNOPSISvoid yaz_syntax (resource $id, string $syntax)DESCRIPTIONyaz_syntax(3) specifies the preferred record syntax for retrieval This function should be called before yaz_search(3) or yaz_present(3).PARAMETERSo $id - The connection resource returned by yaz_connect(3). o $syntax - The syntax must be specified as an OID (Object Identifier) in a raw dot-notation (like 1.2.840.10003.5.10) or as one of the known registered record syntaxes (sutrs, usmarc, grs1, xml, etc.).RETURN VALUESNo value is returned. PHP Documentation Group YAZ_SYNTAX(3)
Related Man Pages |
---|
ddis(5) - ultrix |
yaz_es(3) - php |
yaz_record(3) - php |
yaz_search(3) - php |
yaz_sort(3) - php |