Function __global->strrpos

Definitions

sources_custom/phpstub.php

  • Find position of last occurrence of a char in a string.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: N/A

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
$offset integer 0 N/A N/A Offset at which to start

Return

  • The offset it is found at (false: not found)
  • Type: ~integer
  • Set: N/A
  • Range: N/A