Function __global->in_array

Definitions

sources_custom/phpstub.php

  • Checks if a value exists in an array.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: bool

Parameters

Name Type Default Set Range Description
$needle mixed required parameter N/A N/A Needle
$haystack array required parameter N/A N/A Haystack
$strict boolean False N/A N/A Use strict type checking

Return

  • Whether the value exists in the array
  • Type: boolean
  • Set: N/A
  • Range: N/A