• 首页
  • vue
  • TypeScript
  • JavaScript
  • scss
  • css3
  • html5
  • php
  • MySQL
  • redis
  • jQuery
  • ReflectionParameter::isArray()

    (PHP 5 >= 5.1.2, PHP 7)

    Checks if parameter expects an array

    说明

    publicReflectionParameter::isArray(void) : bool

    Checks if the parameter expects an array.

    参数

    此函数没有参数。

    返回值

    TRUEif anarrayis expected,FALSEotherwise.

    参见

    • ReflectionParameter::isOptional() Checks if optional