[PHP] [PHP100例] No.40

PHP 100 實例,第40題。

[codes=php]<?
function MyCounter($counter) {//一個簡單的函數
 print("<hr>");
 print($counter);//列印傳入的參數
 print("<hr>");
}
?>[/ocdes]

 

Leave a Comment


NOTE - You can use these HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>