Warning: file_put_contents(): Only -1 of 55 bytes written, possibly out of free disk space in /var/www/html/index.php on line 3

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 23

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 24

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 25
yaz_es yaz_hits YAZ PHP Manual yaz_get_option (PECL yaz:0.9-1.0.9) — Returns value of option for connection Description string ( resource $id , $name ) the specified with name . Parameters id The...
Forum und email

yaz_get_option

(PECL yaz:0.9-1.0.9)

yaz_get_option — Returns value of option for connection

Description

string yaz_get_option ( resource $id , string $name )

Returns the value of the option specified with name .

Parameters

id

The connection resource returned by yaz_connect().

name

The option name.

Return values

Returns the value of the specified option or an empty string if the option wasn't set.

See Also