Module ce

Source
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.