Function __global->octdec

Definitions

sources_custom/phpstub.php

  • String representation of octal to decimal.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: int

Parameters

Name Type Default Set Range Description
$octal_string string required parameter N/A N/A The string representation

Return

  • The integer ('decimal' form, although truly stored in binary)
  • Type: integer
  • Set: N/A
  • Range: N/A