Function Minifier->isAlphaNumeric
Definitions
sources/jsmin.php
- Checks to see if a character is alphanumeric.
- Visibility: protected
- Is abstract?: No
- Is static?: Yes
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$char | string | required parameter | N/A | N/A | Just one character |
Return
- Type: bool
- Set: N/A
- Range: N/A