Function __global->localtime

Definitions

sources_custom/phpstub.php

  • Get the local time.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: array

Parameters

Name Type Default Set Range Description
$timestamp ?TIME required parameter N/A N/A Timestamp (null: now)
$associative boolean False N/A N/A If set to FALSE or not supplied than the array is returned as a regular, numerically indexed array. If the argument is set to TRUE then localtime() is an associative array containing all the different elements of the structure returned by the C function call to localtime.

Return

  • Components
  • Type: array
  • Set: N/A
  • Range: N/A