Function __global->unpack

Definitions

sources_custom/phpstub.php

  • Unpack data from binary string.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: N/A

Parameters

Name Type Default Set Range Description
$format string required parameter N/A N/A The formatting string for unpacking
$data string required parameter N/A N/A The data to unpack
$offset integer 0 N/A N/A The offset to begin unpacking from

Return

  • The unpacked data (false: error)
  • Type: ~array
  • Set: N/A
  • Range: N/A