PHP Doku:: Specifies Element-Set Name for retrieval - function.yaz-element.html

Verlauf / Chronik / History: (12) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzSonstige DiensteYAZYAZ Funktionenyaz_element

Ein Service von Reinhard Neidl - Webprogrammierung.

YAZ Funktionen

<<yaz_database

yaz_errno>>

yaz_element

(PHP 4 >= 4.0.1, PECL yaz >= 0.9.0)

yaz_element Specifies Element-Set Name for retrieval

Beschreibung

bool yaz_element ( resource $id , string $elementset )

This function sets the element set name for retrieval.

Call this function before yaz_search() or yaz_present() to specify the element set name for records to be retrieved.

Hinweis:

If this function appears to have no effect, see the description of the piggybacking option in yaz_connect().

Parameter-Liste

id

The connection resource returned by yaz_connect().

elementset

Most servers support F (for full records) and B (for brief records).

Rückgabewerte

Gibt bei Erfolg TRUE zurück. Im Fehlerfall wird FALSE zurückgegeben.


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



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",...)