ReflectionParameter::isArray

(PHP 5 >= 5.1.2, PHP 7)

ReflectionParameter::isArrayChecks if parameter expects an array

Descrierea

public ReflectionParameter::isArray ( ) : bool

Checks if the parameter expects an array.

Parametri

Această funcție nu are parametri.

Valorile întoarse

true if an array is expected, false otherwise.

A se vedea și

add a note add a note

User Contributed Notes

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