Function __global->_get_next_tag

Definitions

sources/webstandards.php

  • Get the next tag in the current XHTML document.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Returns

  • Either an array of error details, a string of the tag, or null for finished (null: no next tag)
  • Type: ?mixed
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get the next tag in the current XHTML document.
 *
 * @return ?mixed Either an array of error details, a string of the tag, or null for finished (null: no next tag)
 */

function _get_next_tag()