KRISTOFFER BOHMANN
[BETA]
Forside
Om KB
Kompetencer
Referencer
YAZ
yaz_addinfo
yaz_ccl_conf
yaz_ccl_parse
yaz_close
yaz_connect
yaz_database
yaz_element
yaz_errno
yaz_error
yaz_es
yaz_es_result
yaz_get_option
yaz_hits
yaz_itemorder
yaz_present
yaz_range
yaz_record
yaz_scan
yaz_scan_result
yaz_schema
yaz_search
yaz_set_option
yaz_sort
yaz_syntax
yaz_wait
Home
>
PHP
>
Function
>
YAZ
>
yaz_get_option()
yaz_get_option()
yaz_get_option - Returns value of option for connection
Syntax
string
yaz_get_option
(
resource
$id,
string
$name)
Arguments
id - The connection resource returned by yaz_connect().
name - The option name.
Description
Returns the value of the option specified with name.
Version
PHP PECL yaz >= 0.9.0
Return value
Returns the value of the specified option or an empty string if the option wasn't set.