Function __global->_webstandards_css_sheet
Definitions
sources/webstandards2.php
- Checks a CSS style sheet.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $data | string | No | No | required parameter | N/A | N/A | The data of the style sheet |
Returns
- Error information (null: no error)
- Type: ?array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Checks a CSS style sheet.
*
* @param string $data The data of the style sheet
* @return ?array Error information (null: no error)
*/
function _webstandards_css_sheet(string $data) : ?array
* Checks a CSS style sheet.
*
* @param string $data The data of the style sheet
* @return ?array Error information (null: no error)
*/
function _webstandards_css_sheet(string $data) : ?array

