|
ReflectionParameter::isArray(PHP 5 >= 5.1.0) ReflectionParameter::isArray — Checks if parameter expects an array Описание
public bool ReflectionParameter::isArray
( void
)
Checks if the parameter expects an array. Список параметровУ этой функции нет параметров. Возвращаемые значенияTRUE if an array is expected, FALSE otherwise. |
|