Function __global->cms_preg_safety_guard_init
Definitions
sources/global3.php
- Initialise a simple structure for use with cms_preg_safety_guard_ok to protect us within complex regexp loops that keep going so long as stuff is changing.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Returns
- Data structure (meant to be a black box)
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Initialise a simple structure for use with cms_preg_safety_guard_ok to protect us within complex regexp loops that keep going so long as stuff is changing.
*
* @return array Data structure (meant to be a black box)
*/
function cms_preg_safety_guard_init() : array
* Initialise a simple structure for use with cms_preg_safety_guard_ok to protect us within complex regexp loops that keep going so long as stuff is changing.
*
* @return array Data structure (meant to be a black box)
*/
function cms_preg_safety_guard_init() : array

