john pfeiffer
  • Home
  • Categories
  • Tags
  • Archives

php filetime

<?php

    /*
    $path = $_SERVER['PHP_SELF'];
    $base = basename($path);
    $last_modified = filemtime( $base );
    */

    echo "John Pfeiffer - last modified: " . date("l, dS F, Y", getlastmod() ) . "<br />\n";

    echo "</body>";

    http://www.php.net/manual/en/function.stat.php
?>

  • « php filewrite
  • php file reading continued »

Published

Feb 6, 2010

Category

php

~24 words

Tags

  • filetime 4
  • php 82