PHP join () 函數. 把陣列元素組合為一個字串: <?php $arr = array('Hello','World!','I','love','Shanghai!'); echo join(" ",$arr); ?> 定義和用法.
確定! 回上一頁