|
<?php require("http://php.wilson.gs"); // 回首頁 echo "http://php.wilson.gs/bible/3.3.2.php : 字串運算"; |
| 字串運算 |
|
字串運算 (string operator) 的運算符號只有一個,就是英文的句號 .。它可以將字串連接起來,變成合併的新字串。 以下是字串運算的例子
|
|
mail("wilson@biglobe.net.tw", "Feedback", $message); ?> |