Function FirePHP->is_utf8
Definitions
sources/firephp.php
- Returns true if $string is valid UTF-8 and false otherwise.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$str | mixed | required parameter | N/A | N/A | String to be tested |
Return
- Type: boolean
- Set: N/A
- Range: N/A