Function __global->stristr

Definitions

sources_custom/phpstub.php

  • Case-insensitive strstr.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: string

Parameters

Name Type Default Set Range Description
$haystack string required parameter N/A N/A Haystack
$needle string required parameter N/A N/A Needle
$before_needle boolean False N/A N/A The part of the haystack before the first occurrence of the needle (excluding the needle)

Return

  • All of haystack from the first occurrence of needle to the end
  • Type: string
  • Set: N/A
  • Range: N/A