Function Minifier->getChar
Definitions
sources/jsmin.php
- Returns the next string for processing based off of the current index.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
Returns
- Type: string
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Returns the next string for processing based off of the current index.
*
* @return string
*/
protected function getChar()
* Returns the next string for processing based off of the current index.
*
* @return string
*/
protected function getChar()

