Function Minifier->peek
Definitions
sources/jsmin.php
- This function returns the next character without moving the index forward.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
Returns
- The next character
- Type: string
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* This function returns the next character without moving the index forward.
*
* @return string The next character
*/
protected function peek()
* This function returns the next character without moving the index forward.
*
* @return string The next character
*/
protected function peek()

