Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

invalidargumentexception(3) [php man page]

INVALIDARGUMENTEXCEPTION(3)						 1					       INVALIDARGUMENTEXCEPTION(3)

The InvalidArgumentException class

INTRODUCTION
Exception thrown if an argument is not of the expected type. CLASS SYNOPSIS
InvalidArgumentException InvalidArgumentExceptionextends LogicException Inherited properties o protected string$message o protected int$code o protected string$file o protected int$line Inherited methods o finalpublic string Exception::getMessage (void ) o finalpublic Exception Exception::getPrevious (void ) o finalpublic mixed Exception::getCode (void ) o finalpublic string Exception::getFile (void ) o finalpublic int Exception::getLine (void ) o finalpublic array Exception::getTrace (void ) o finalpublic string Exception::getTraceAsString (void ) o public string Exception::__toString (void ) o finalprivate void Exception::__clone (void ) PHP Documentation Group INVALIDARGUMENTEXCEPTION(3)

Check Out this Related Man Page

OAUTHPROVIDER(3)							 1							  OAUTHPROVIDER(3)

The OAuthProvider class

INTRODUCTION
Manages an OAuth provider class. See also an external in-depth tutorial titled Writing an OAuth Provider Service, which takes a hands-on approach to providing this ser- vice. There are also OAuth provider examples within the OAuth extensions sources. CLASS SYNOPSIS
OAuthProvider OAuthProvider Methods o finalpublic bool OAuthProvider::addRequiredParameter (string $req_params) o public void OAuthProvider::callconsumerHandler (void ) o public void OAuthProvider::callTimestampNonceHandler (void ) o public void OAuthProvider::calltokenHandler (void ) o public void OAuthProvider::checkOAuthRequest ([string $uri], [string $method]) o public OAuthProvider::__construct ([array $params_array]) o public void OAuthProvider::consumerHandler (callable $callback_function) o finalpublicstatic string OAuthProvider::generateToken (int $size, [bool $strong = false]) o public void OAuthProvider::is2LeggedEndpoint (mixed $params_array) o public void OAuthProvider::isRequestTokenEndpoint (bool $will_issue_request_token) o finalpublic bool OAuthProvider::removeRequiredParameter (string $req_params) o finalpublicstatic string OAuthProvider::reportProblem (string $oauthexception, [bool $send_headers = true]) o finalpublic bool OAuthProvider::setParam (string $param_key, [mixed $param_val]) o finalpublic bool OAuthProvider::setRequestTokenPath (string $path) o public void OAuthProvider::timestampNonceHandler (callable $callback_function) o public void OAuthProvider::tokenHandler (callable $callback_function) PHP Documentation Group OAUTHPROVIDER(3)
Man Page