serialize($post_data) //陣列轉成文字
unserialize($post_data) //將轉成文字的陣列 轉回陣列
base64_encode($post_data) //base64加密
base64_decode($post_data) //base64解密
base64_encode(serialize($post_data)); //陣列轉成文字並用base64加密
unserialize(base64_decode($post_data))); //將base64解密並轉回陣列
substr($str,0,10); //截取字元
mb_substr($str,0,10,'utf8') //解決截取中文字元會亂碼的問題
round() 四捨五入
ceil() 無條件進位
floor() 無條件捨去
php裏面轉換大小寫strtolower() , strtoupper()
mysql裏面轉換大小寫 ucase() , lcase()
沒有留言:
張貼留言