strlen () //用於計算字串的長度<?php $str="hello"; echo strlen($str); ?> output: 5 strpos(str1,str2) //第一個出現字串str2的位置,若無則傳為false; ...
確定! 回上一頁