Afficher la liste déroulante

getdate()

« getcwd | getenv »
<?php
$array 
getdate (
    
  // [int $timestamp = time()]
);
?>
Résultat
$array = [
  
'seconds' => 23,
  
'minutes' => 25,
  
'hours' => 3,
  
'mday' => 25,
  
'wday' => 4,
  
'mon' => 4,
  
'year' => 2024,
  
'yday' => 115,
  
'weekday' => 'Thursday',
  
'month' => 'April',
  
=> 1714008323,
]
Exemples
#1 getdate  ()
Voir aussi
date, idate, localtime, setlocale, time