Skip to content

Instantly share code, notes, and snippets.

@sugamasao
Created April 13, 2011 09:05
Show Gist options
  • Save sugamasao/917236 to your computer and use it in GitHub Desktop.
Save sugamasao/917236 to your computer and use it in GitHub Desktop.
これぐらいできるよ
% cat unko.php
<?php
define('HOGE', 'hogehoge');
echo HOGE
?>
% php unko.php
hogehoge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment