註解符號
# 直到換行
// 直到換行
/* 區間 */
數值與字串
<?
$a="我是數值";
$b=100;
$c=$a.$b
echo $a.$b."<br>"; //
?>
整數,intval
實數,doubleval
四拾五入,round
無條件進位,ceil
無條件捨去,floor