mirror of
https://github.com/php/doc-ja.git
synced 2026-04-29 19:13:26 +02:00
3e346a9ebf
* Clarify what a built-in type is. * Add PHP 8 equivalent of ReflectionParameter::isArray(). * Leave note on ReflectionParameter::getClass() for what to use instead. * Clarify order of the array in getParameters(). * Add example to aid working with union types. * Add updated equivalent of isCallable().