Function __global->_is_valid_data_mash_char
Definitions
sources/downloads2.php
- Find if a character is basically a part of a text string.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: bool
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$ch | string | required parameter | N/A | N/A | Character to test |
Return
- Whether the character is valid
- Type: boolean
- Set: N/A
- Range: N/A