LiveUser::setOption()

LiveUser::setOption() -- Sets an option.

Synopsis

require_once 'LiveUser.php';

mixed LiveUser::setOption (string $option, mixed $value)

Description

This package is not documented yet.

Parameter

string $option

option name

mixed $value

value for the option

Return value

returns true or PEAR Error

Throws

throws no exceptions thrown

See

see LiveUser::_options

Note

This function can not be called statically.