HH\is_php_array

namespace HH;

function is_php_array(
  mixed $input,
): bool;

Parameters

  • mixed $input

Returns

  • bool