Function __global->_xhtml_error

Definitions

sources/webstandards.php

  • Get some general debugging information for an identified XHTML error.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: array

Parameters

Name Type Default Set Range Description
$error string required parameter N/A N/A The error that occurred
$param_a string Blank (empty string) N/A N/A The first parameter of the error
$param_b string Blank (empty string) N/A N/A The second parameter of the error
$param_c string Blank (empty string) N/A N/A The third parameter of the error
$raw boolean False N/A N/A Whether to not do a lang lookup
$rel_pos integer 0 N/A N/A Offset position

Return

  • A map of the error information
  • Type: array
  • Set: N/A
  • Range: N/A