2014-12-13 19:37:33 +01:00
|
|
|
The strict extension introduces support for strict scalar parameter type hints
|
|
|
|
without changing Zend. Support for the following types is introduced:
|
|
|
|
|
|
|
|
* string
|
|
|
|
* integer, int
|
|
|
|
* float, double
|
|
|
|
* boolean, bool
|
|
|
|
* resource
|
|
|
|
|
|
|
|
Variadic support for all of the above types is also included.
|
|
|
|
|
2016-12-13 15:26:11 +01:00
|
|
|
WWW: https://pecl.php.net/package/strict
|