source: branches/rel/html/test/uehara/test.php @ 12157

Revision 12157, 75 bytes checked in by uehara, 19 years ago (diff)
Line 
1<?php
2
3test('エコー');
4
5function test($echo) {
6    echo $echo;
7}
8
9
10?>
Note: See TracBrowser for help on using the repository browser.