Expand description
Stock class entries registered with PHP, primarily exceptions.
Functionsยง
- aggregate
- Returns the
IteratorAggregate
interface. - argument_
count_ error - Returns the base
ArgumentCountError
class. - arithmetic_
error - Returns the base
ArithmeticError
class. - arrayaccess
- Returns the
ArrayAccess
interface. - compile_
error - Returns the base
CompileError
class. - countable
- Returns the
Countable
interface. - division_
by_ zero_ error - Returns the base
DivisionByZeroError
class. - error_
exception - Returns the base
ErrorException
class. - exception
- Returns the base
Exception
class. - iterator
- Returns the
Iterator
interface. - parse_
error - Returns the base
ParseError
class. - serializable
- Returns the
Serializable
interface. - stdclass
- Returns the base
stdClass
class. - stringable
- Returns the
Stringable
interface. - throwable
- Returns the base
Throwable
class. - traversable
- Returns the
Traversable
interface. - type_
error - Returns the base
TypeError
class. - unhandled_
match_ error - Returns the base
UnhandledMatchError
class. - value_
error - Returns the base
ValueError
class.