Function __global->generate_grawlixes
Definitions
sources/wordfilter.php
- Generate grawlixes for a word.The term grawlix refers to the series of typographical symbols (such as @#$%!) used to represent swear words.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: string
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $word | string | No | No | required parameter | N/A | N/A | Word |
Returns
- Generated grawlixes
- Type: string
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Generate grawlixes for a word.The term grawlix refers to the series of typographical symbols (such as @#$%!) used to represent swear words.
*
* @param string $word Word
* @return string Generated grawlixes
*/
function generate_grawlixes(string $word) : string
* Generate grawlixes for a word.The term grawlix refers to the series of typographical symbols (such as @#$%!) used to represent swear words.
*
* @param string $word Word
* @return string Generated grawlixes
*/
function generate_grawlixes(string $word) : string

