Function Minifier->processOneLineComments
Definitions
sources/jsmin.php
- Removed one line comments, with the exception of some very specific types ofconditional comments.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $startIndex | int | No | No | required parameter | N/A | N/A | The index point where "getReal" function started |
Returns
- Type: void
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Removed one line comments, with the exception of some very specific types ofconditional comments.
*
* @param int $startIndex The index point where "getReal" function started
* @return void
*/
protected function processOneLineComments($startIndex)
* Removed one line comments, with the exception of some very specific types ofconditional comments.
*
* @param int $startIndex The index point where "getReal" function started
* @return void
*/
protected function processOneLineComments($startIndex)

