Function Forum_driver_ipb3->unentity_1

Definitions

sources/forum/ipb3.php

  • preg callback for removing hex 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 hex entities.
 *
 * @param  array $matches Matches
 * @return string Replacement
 */

public function unentity_1(array $matches) : string