Function __global->_webstandards_css_class
Definitions
sources/webstandards2.php
- Checks a CSS class.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: array
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$data | string | required parameter | N/A | N/A | The data of the CSS class |
$_i | integer | required parameter | N/A | N/A | Current parse position |
$line | integer | 0 | N/A | N/A | The higher-level line number we are checking for (to give better debug output) |
Return
- Error information (null: no error)
- Type: ?array
- Set: N/A
- Range: N/A