|
PHP5中文手册
yaz_search(PHP 4 >= 4.0.1, PECL yaz:0.9-1.0.9) yaz_search — Prepares for a search 说明
bool yaz_search
( resource $id
, string $type
, string $query
)
yaz_search() prepares for a search on the given connection. Like yaz_connect() this function is non-blocking and only prepares for a search to be executed later when yaz_wait() is called. 参数
返回值如果成功则返回 TRUE,失败则返回 FALSE。 范例Example#1 Query Examples You can search for simple terms, like this:
The query
This query applies two attributes for the same phrase. @attr 1=1003 @attr 4=1 "knuth donald" The query
Another, more complex, one:
|