LiveUser::isError()

LiveUser::isError() -- Tell whether a result from a LiveUser method is an error.

Synopsis

require_once 'LiveUser.php';

bool LiveUser::isError (mixed $value)

Description

This package is not documented yet.

Parameter

mixed $value

result code

Return value

returns whether value is an error

Throws

throws no exceptions thrown

Note

This function can not be called statically.