PHP 寫的項目中經常使用的內置函數

項目中常常用到的php 內置函數:php str_repeat(): 把字符串 "Shanghai " 重複 5 次:  常常會用在分類欄目中 html <?php echo str_repeat('-', $cate['level']*8)?> <?php echo str_repeat("Shanghai",5); ?> in_array(): 在數組中搜索值 "Glenn" ,並輸出一些文本
相關文章
相關標籤/搜索