yaz_set_option
(PECL yaz >= 0.9.0)
yaz_set_option — Sets one or more options for connection
说明
yaz_set_option(resource$id
, string $name
, string $value
): void
yaz_set_option(resource $id
, array $options
): void
Sets one or more options on the given connection.
参数
id
The connection resource returned by yaz_connect().
name
or options
May be either a string or an array.
If given as a string, this will be the name of the option to set. You'll
need to give it's value
.
If given as an array, this will be an associative array (option name => option value).
count
has the same effect as calling
yaz_range() except that records are
numbered from 1 in yaz_range()
value
The new value of the option. Use this only if the previous argument is a string.
返回值
没有返回值。
User Contributed Notes
There are no user contributed notes for this page.官方地址:https://www.php.net/manual/en/function.yaz-set-option.php