PHP 7.0.6 Released

yaz_get_option

(PECL yaz >= 0.9.0)

yaz_get_optionReturns 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

  • The description of yaz_set_option() - Sets one or more options for connection for available options

User Contributed Notes

yecarrillo at carrillovega dot com
10 years ago
With Php php-4.4.0 / Yaz yaz-2.1.8, yaz_get_option() is not defined
To Top