CakeFest 2024: The Official CakePHP Conference

yaz_es_result

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

yaz_es_result 拡張サービスの結果を調査する

説明

yaz_es_result(resource $id): array

この関数は、サーバーから返された直近の拡張サービスの結果を調査します。 拡張サービスは、yaz_item_order() あるいは yaz_es() で起動します。

パラメータ

id

yaz_connect() が返す接続リソース。

戻り値

要素 targetReference を持つ配列を返します。 この要素には (サーバー側で生成して返された) 拡張サービス操作への参照が格納されます。

参考

  • yaz_es() - 拡張サービスのリクエストを準備する

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top