Function __global->_get_tag_basis
Definitions
sources/webstandards.php
- Get the tag basis for the specified tag. e.g. '<br />' would become 'br'. Note: tags with parameters given are not supported.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: string
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$full | string | required parameter | N/A | N/A | The full tag |
Return
- The basis of the tag
- Type: string
- Set: N/A
- Range: N/A