代码示例:(标识:demo_php_func_getdate)
<!DOCTYPE html>
<html>
<body>

<?php
print_r(getdate());
?>

</body>
</html>
运行结果: