aktuelle.kurse/m133/Modul_Unterlagen_133_VOR/08-Uebungen/03 PHP Grundlagen/kapitel03/funktion1.php

5 lines
53 B
PHP
Raw Normal View History

2022-02-24 09:37:43 +01:00
<?php
$timestamp = time();
echo $timestamp;
?>