ReflectionParameter::isArray

(PHP 5 >= 5.1.0)

ReflectionParameter::isArrayChecks 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.

參見

add a note add a note

User Contributed Notes

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