Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

outofboundsexception(3) [php man page]

OUTOFBOUNDSEXCEPTION(3) 						 1						   OUTOFBOUNDSEXCEPTION(3)

The OutOfBoundsException class

INTRODUCTION
Exception thrown if a value is not a valid key. This represents errors that cannot be detected at compile time. CLASS SYNOPSIS
OutOfBoundsException OutOfBoundsExceptionextends RuntimeException 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 OUTOFBOUNDSEXCEPTION(3)

Check Out this Related Man Page

MONGODBDRIVERSERVER(3)							 1						    MONGODBDRIVERSERVER(3)

The MongoDBDriverServer class

INTRODUCTION
CLASS SYNOPSIS
MongoDBver final MongoDBver Constants o const integer$MongoDBver::TYPE_MONGOS1 o const integer$MongoDBver::TYPE_STANDALONE2 o const integer$MongoDBver::TYPE_ARBITER3 o const integer$MongoDBver::TYPE_SECONDARY4 o const integer$MongoDBver::TYPE_PRIMARY5 Methods o finalpublic MongoDBDriverServer::__construct (string $host, string $port, [array $options], [array $driverOptions]) o finalpublic ReturnType MongoDBDriverServer::executeBulkWrite (string $namespace, BulkWrite $zwrite) o finalpublic ReturnType MongoDBDriverServer::executeCommand (string $db, Command $command) o finalpublic ReturnType MongoDBDriverServer::executeQuery (string $namespace, Query $zquery) o finalpublic ReturnType MongoDBDriverServer::getHost (void ) o finalpublic ReturnType MongoDBDriverServer::getInfo (void ) o finalpublic ReturnType MongoDBDriverServer::getLatency (void ) o finalpublic ReturnType MongoDBDriverServer::getPort (void ) o finalpublic ReturnType MongoDBDriverServer::getState (void ) o finalpublic ReturnType MongoDBDriverServer::getType (void ) o finalpublic ReturnType MongoDBDriverServer::isDelayed (void ) o finalpublic ReturnType MongoDBDriverServer::isPassive (void ) PREDEFINED CONSTANTS
o MongoDBDriverServer::TYPE_MONGOS - o MongoDBDriverServer::TYPE_STANDALONE - o MongoDBDriverServer::TYPE_ARBITER - o MongoDBDriverServer::TYPE_SECONDARY - o MongoDBDriverServer::TYPE_PRIMARY - PHP Documentation Group MONGODBDRIVERSERVER(3)
Man Page

5 More Discussions You Might Find Interesting

1. AIX

linking warning in AIX-Please help-duplicate symbols :(((

:confused: Hi All I am getting following warnings on AIX: ctsaix01-kepatil > make -f MakePMXMLParserAIX.mak xlC_r -g -c -DAIX -D_REENTRANT -I. -I/ctsadev/Development/kepatil/p4client/3rd_party/XercesC/2.7.0/UNIX/AIX-51/XercesC/include -I../../API/INC -c -w -DNDEBUG -DAPP_NO_THREADS... (0 Replies)
Discussion started by: login0001
0 Replies

2. Windows & DOS: Issues & Discussions

HTTP Status 500

Hello all, sori my english very bad,but 1 month i search about this case and nothing can help,maybe I wrong place but please if anybody can help me about this error: java.lang.ArrayIndexOutOfBoundsException: 0 >= 0 at java.util.Vector.elementAt(Vector.java:432) at... (2 Replies)
Discussion started by: fredginting
2 Replies

3. Solaris

Problem in deployment in weblogic server in solaris

I am getting following error during deployment in solaris. when i deploy same war in other machine (non-solaris) it works fine. the stacktrace is < ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1277738498407> <BEA-149205> <Failed to initialize the... (0 Replies)
Discussion started by: paradesi143
0 Replies

4. Shell Programming and Scripting

Supress java error output to shell

Hello, I know this isn't exactly a shell script question but I'm not sure where else to post it. I am running a java program out of a shell script. There are times when I get an error like, "java.lang.ArrayIndexOutOfBoundsException: 22 at blah, blah at blah, blah ... (3 Replies)
Discussion started by: LMHmedchem
3 Replies

5. Open Source

What editor does everyone use?

I was looking through the topics and I wasn't sure if this was the best place to post this question: I was wondering, out of curiosity, which software everyone was using to code their scripts in. I do mostly sh/ksh and my favorite has always been EditPlus because it is small, fast, yet powerful.... (409 Replies)
Discussion started by: yongho
409 Replies