Function __global->array_peek

Definitions

sources/global3.php

  • Peek at a stack element.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: N/A

Parameters

Name Type Default Set Range Description
$array array required parameter N/A N/A The stack to peek in
$depth_down integer 1 N/A N/A The depth into the stack we are peaking

Return

  • The result of the peeking
  • Type: mixed
  • Set: N/A
  • Range: N/A