Function Minifier->getReal

Definitions

sources/jsmin.php

  • This function gets the next "real" character. It is essentially a wrapperaround the getChar function that skips comments. This has significantperformance benefits as the skipping is done using native functions (ie,c code) rather than in script php.
  • Visibility: protected
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: N/A

Return

  • Next 'real' character to be processed.
  • Type: string
  • Set: N/A
  • Range: N/A