©
This document uses PHP Chinese website manual Release
(PHP 5 >= 5.1.0)
Exception thrown if a value is not a valid key. This represents errors that cannot be detected at compile time.
[#1] Jacob V. Rasmussen [2015-08-11 08:49:08]
OutOfRangeException is for Integers out of range.
OutOfBoundsException is for key values, not found in the target array.
[#2] Anonymous [2014-11-10 03:29:07]
i wish i know what's the difference between
OutOfRangeException and OutOfBoundsException lol