Sponsored Content
Contact Us Post Here to Contact Site Administrators and Moderators Exception to Private Message Limitation Post 302539417 by Neo on Sunday 17th of July 2011 10:08:29 AM
Old 07-17-2011
No, sorry. You must have 10 approved posts to PM.
 

We Also Found This Discussion For You

1. Post Here to Contact Site Administrators and Moderators

Cannot send new Private Message (PM)

To be able to send PMs your post count must be 10 or greater. You currently have 16 posts. If you have a question for the forum moderators and/or administrators, please post your question here. ...you might want to try searching the forums: What am I doing wrong? (3 Replies)
Discussion started by: -=XrAy=-
3 Replies
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)
All times are GMT -4. The time now is 10:25 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy