PHP.nl

yaz_set_option

yaz_set_option

Sets one or more options for connection

void **yaz_set_option** resource $id string $name string $value
void **yaz_set_option** resource $id array $options

Sets one or more options on the given connection.

id The connection resource returned by . yaz_connect

name``optionsMay 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).

valueThe new value of the option. Use this only if the previous argument is a string.

return.void