看板 [ PHP ]
討論串[請益] 基本涵數
共 2 篇文章
首頁
上一頁
1
下一頁
尾頁

推噓1(1推 0噓 2→)留言3則,0人參與, 最新作者Bambe ( )時間13年前 (2012/12/18 23:02), 編輯資訊
0
0
0
內容預覽:
<?php. function pay($price,$amount){. echo "價格: $price <br/> 數量: $amount <br/>\n";. $s=$price * $amount;. return $s;. }. ?>. <html>. <title>. <body>.
(還有276個字)

推噓0(0推 0噓 1→)留言1則,0人參與, 最新作者freebad時間13年前 (2012/12/18 21:15), 編輯資訊
0
0
0
內容預覽:
<?php. function pay($price,$amount){. echo "價格: $price <br/> 數量: $amount <br/>\n";. $s=$price * $amount;. return $s;. }. ?>. <html>. <title>. <body>.
(還有482個字)
首頁
上一頁
1
下一頁
尾頁