ReflectionParameter::isArray

(PHP 5 >= 5.1.2, PHP 7)

ReflectionParameter::isArrayChecks if parameter expects an array

Opis

public ReflectionParameter::isArray ( void ) : bool

Checks if the parameter expects an array.

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

TRUE if an array is expected, FALSE otherwise.

Zobacz też:

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top