Skip to content

Instantly share code, notes, and snippets.

@wnoguchi
Created June 17, 2013 05:23
Show Gist options
  • Save wnoguchi/5794789 to your computer and use it in GitHub Desktop.
Save wnoguchi/5794789 to your computer and use it in GitHub Desktop.
PHP動作テスト用のサンプルスクリプト。
<?php
echo "<h1>" . date("Y/m/d (D) H:i:s", time()) . "</h1>";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment