??      getdate001.php     
<html>
<head>
<title>getdate001.php getdate()</title>
</head>

<body>
<h1>getdate001.php getdate()</h1>
??????<br />
<?php
$dt = getdate();
echo $dt['hours']. "?" .$dt['minutes']. "?" .$dt['seconds']. "?";
?>
???
</body>
</html>