Function Minifier->getNext

Definitions

sources/jsmin.php

  • Pushes the index ahead to the next instance of the supplied string. If itis found the first character of the string is returned and the index is setto it's position.
  • Visibility: protected
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: N/A

Parameters

Name Type Default Set Range Description
$string string required parameter N/A N/A $string

Return

  • Returns the first character of the string or false.
  • Type: string|false
  • Set: N/A
  • Range: N/A