PHP Doku:: Returns value of option for connection - function.yaz-get-option.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzSonstige DiensteYAZYAZ Funktionenyaz_get_option

Ein Service von Reinhard Neidl - Webprogrammierung.

YAZ Funktionen

<<yaz_es

yaz_hits>>

yaz_get_option

(PECL yaz >= 0.9.0)

yaz_get_optionReturns value of option for connection

Beschreibung

string yaz_get_option ( resource $id , string $name )

Returns the value of the option specified with name.

Parameter-Liste

id

The connection resource returned by yaz_connect().

name

The option name.

Rückgabewerte

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

Siehe auch

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


Ein BenutzerBeitrag:
- Beiträge aktualisieren...
yecarrillo at carrillovega dot com
4.08.2005 20:57
With Php php-4.4.0 / Yaz yaz-2.1.8, yaz_get_option() is not defined



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)