Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

pdoexception(3) [php man page]

PDOEXCEPTION(3) 							 1							   PDOEXCEPTION(3)

The PDOException class

INTRODUCTION
Represents an error raised by PDO. You should not throw a PDOException from your own code. See Exceptions for more information about Exceptions in PHP. CLASS SYNOPSIS
PDOException PDOExceptionextends RuntimeException Properties o public array$errorInfo o protected string$code 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 ) PROPERTIES
o $errorInfo - Corresponds to PDO.errorInfo(3) or PDOStatement.errorInfo(3) o $code - SQLSTATE error code. Use Exception.getCode(3) to access it. PHP Documentation Group PDOEXCEPTION(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

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Multiple protected directories

This may have a simple answer, but I have not been able to find it! I need to have 20 protected directories. Each directory having a unique user with access. I need to have a main link on the web page that requests the username and password. Once entered it eill send the user to their... (2 Replies)
Discussion started by: ericg
2 Replies

2. Red Hat

Anaconda Exception: parserError: xmlParseMemory() failed

Any idea what this error meant? I got this error "Anaconda Exception: parserError: xmlParseMemory() failed" while performing kickstart. My linux distro is a redhat4. Thank You. (2 Replies)
Discussion started by: etcpasswd
2 Replies

3. Shell Programming and Scripting

Data Extraction From a File

Hi All, I have a requirement where I have to search the file with some text say "Exception". This exception word can be repeated for more then 10 times. Suppose the "Exception" word is repeated at line numbers say x=10, 50, 60, 120. Now I want to extract all the lines starting from x-5 to... (3 Replies)
Discussion started by: rrangaraju
3 Replies

4. UNIX for Advanced & Expert Users

Exception at interrupt level VxWorks5.5 MPC880

Hello, I am using MPC880 and vxworks5.5.. When i try to boot vxworks image from the flash, its giving the following error message and tries to reboot continuously. Exception at interrupt level: Implementation Dependent Instruction TLB Error Exception current instruction address:... (0 Replies)
Discussion started by: PSB
0 Replies

5. Programming

Advanced Exception Handling in C++

Hi Friend, Could you please provide me with some tutorial for Advanced Exception handling in C++, mainly set_terminate() and set_unexpected() functions? Please find the details below: OS: Unix Compiler: gcc. Thanks. :) Awesome001 (0 Replies)
Discussion started by: awesome001
0 Replies

6. UNIX and Linux Applications

Exception in Weblogic Application server

Hi, I have a application running on weblogic server. i am getting these errors in logs very frequently. Could you please suggest any solution for this. -02-09 10:02:32,346 ERROR psn.properties.RemotePropertiesCache - Error occurred while attempting to retrieve property: ... (0 Replies)
Discussion started by: Siddheshk
0 Replies

7. Post Here to Contact Site Administrators and Moderators

Exception to Private Message Limitation

Can you give me help so that I can send pms even though I have less then 10 post? Thanks Kind regards (3 Replies)
Discussion started by: marmellata
3 Replies

8. Shell Programming and Scripting

Need to extract a String from log file

Hi i am having a logfile which contain lot of entires, but i need extract a word after if i found a line that contains a particular string as "ENROLLMENT_EXCEPTION - Exception". please help me in getting a script to do this. Regards C. Suresh (5 Replies)
Discussion started by: sumeeva1907
5 Replies