Function Forum_driver_ipb3->unentity_2
Definitions
sources/forum/ipb3.php
- preg callback for removing decimal entities.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: string
Parameters
Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
---|---|---|---|---|---|---|---|
$matches | array | No | No | required parameter | N/A | N/A | Matches |
Returns
- Replacement
- Type: string
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* preg callback for removing decimal entities.
*
* @param array $matches Matches
* @return string Replacement
*/
public function unentity_2(array $matches) : string
* preg callback for removing decimal entities.
*
* @param array $matches Matches
* @return string Replacement
*/
public function unentity_2(array $matches) : string