Function __global->test_entity

Definitions

sources/webstandards.php

  • Test the next entity in the output stream.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$offset integer No No 0 N/A N/A Checking offset

Returns

  • An array of error details (null: no errors)
  • Type: ?mixed
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Test the next entity in the output stream.
 *
 * @param  integer $offset Checking offset
 * @return ?mixed An array of error details (null: no errors)
 */

function test_entity(int $offset = 0)