Write a PHP script to get the time of the last modification of the current page.
<?php echo "Last modified: " . date ("F d Y H:i:s.", getlastmod())."\n"; ?>
Sample Output:
Last modified: June 26 2017 16:52:16.
total answers (1)
start bookmarking useful questions and collections and save it into your own study-lists, login now to start creating your own collections.
Sample Output:
need an explanation for this answer? contact us directly to get an explanation for this answer