Function Module_admin->_keyword_match
Definitions
adminzone/pages/modules/admin.php
- See if a string matches one of the keywords.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: bool
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$t | ?string | required parameter | N/A | N/A | Search string (null: came in null for whatever reason) |
Return
- Whether there is a match
- Type: boolean
- Set: N/A
- Range: N/A