(PHP 7, PHP 8)
Parent class for all SPL types.
abstract SplType {
/* Constants */
public const NULL __default = NULL ;
/* Methods */
__construct ([ mixed $initial_value = null [, bool $strict = true ]])
}
SplType::__default
- SplType::__construct — Creates a new value of some type
- SplType::__invoke — Invoke object like a method