Function __global->hide_the_evidence

Definitions

sources/xhtml.php

  • Function that tucks-under-the-carpet lumps of XHTML that knowingly won't conform to XHTML5.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: object

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$html Tempcode No No required parameter N/A N/A What to hide away

Returns

  • Hidden away version
  • Type: Tempcode
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Function that tucks-under-the-carpet lumps of XHTML that knowingly won't conform to XHTML5.
 *
 * @param  Tempcode $html What to hide away
 * @return Tempcode Hidden away version
 */

function hide_the_evidence(object $html) : object