获取google最后一次cache的时间~~


这个对网站来说也有点用处

  1. <?php
  2. $body=file_get_contents(‘http://toolbarqueries.google.com/search?hl=en&ie=UTF-8&oe=UTF-8&q=cache:’.urlencode($GLOBALS[‘URL’]));
  3. preg_match("@<base href=(.*)t is a snapshot of the page as it appeared on (.*) GMT.@",$body,$dd);
  4. echo "Last Cache in Google on {$dd[2]} GMT.";
  5. ?>
  1. No comments yet.
(will not be published)

  1. No trackbacks yet.