Query: yaz_scan_result
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
YAZ_SCAN_RESULT(3) 1 YAZ_SCAN_RESULT(3) yaz_scan_result - Returns Scan Response resultSYNOPSISarray yaz_scan_result (resource $id, [array &$result])DESCRIPTIONyaz_scan_result(3) returns terms and associated information as received from the server in the last performed yaz_scan(3).PARAMETERSo $id - The connection resource returned by yaz_connect(3). o $result - If given, this array will be modified to hold additional information taken from the Scan Response: o number - Number of entries returned o stepsize - Step size o position - Position of term o status - Scan statusRETURN VALUESReturns an array (0..n-1) where n is the number of terms returned. Each value is a pair where the first item is the term, and the second item is the result-count. PHP Documentation Group YAZ_SCAN_RESULT(3)
Related Man Pages |
---|
ldap_next_entry(3) - php |
pg_fetch_all(3) - php |
pg_fetch_all_columns(3) - php |
sybase_fetch_row(3) - php |
yaz_hits(3) - php |