PHP常用函數
addSlashes --- 將字串加上反斜線
stripslashes --- 去除addslashes()引用的斜線
chop --- 移除多餘的空白
ltrim --- 去除字串起始處的空白
rtrim --- 移除多餘的空白
trim --- 去除字串開始處與結束處的空白
Chr --- 傳回指定的字元
Ord --- 傳回字元的ASCII碼
crypt --- 使用DES將字串碥碼
md5 --- 計算字串的MD5拼湊
sha1 -- Calculate the sha1 hash of a string
echo --- 輸出字串
print --- 輸出字串
printf --- 輸出格式化字串
sprintf --- 傳回格式化字串
nl2br --- 轉換新行成為HTML的
strip_tags --- 去除字串中的HTML和PHP標籤
htmlentities --- 轉換所有字元成為HTML實體
htmlspecialchars --- 轉換特殊字元成為HTML實體
strlen --- 取得字串長度
strcmp --- 字串比對
strcasecmp --- 不分大小寫字串比對
explode --- 切開字串
strtok --- 切開字串
implode --- 將陣列的元素連結起來成為字串
str_repeat --- 重複字串
strstr --- 找出字串第一次出現的地方
stristr --- 不分大小寫找出字串第一次出現的地方
strpos --- 找出字串第一次出現的位置
strrpos --- 找出字元最後一次出現的位置
substr_count --- 計算字串的出現次數
strtolower --- 將字串轉成小寫
strtoupper --- 將字串轉成大寫
substr_replace --- 取代字串的一部份字串
substr --- 取得部份字串
strrev --- 顛倒字串
引用 http://phorum.study-area.org/index.php?topic=35839.0
stripslashes --- 去除addslashes()引用的斜線
chop --- 移除多餘的空白
ltrim --- 去除字串起始處的空白
rtrim --- 移除多餘的空白
trim --- 去除字串開始處與結束處的空白
Chr --- 傳回指定的字元
Ord --- 傳回字元的ASCII碼
crypt --- 使用DES將字串碥碼
md5 --- 計算字串的MD5拼湊
sha1 -- Calculate the sha1 hash of a string
echo --- 輸出字串
print --- 輸出字串
printf --- 輸出格式化字串
sprintf --- 傳回格式化字串
nl2br --- 轉換新行成為HTML的
strip_tags --- 去除字串中的HTML和PHP標籤
htmlentities --- 轉換所有字元成為HTML實體
htmlspecialchars --- 轉換特殊字元成為HTML實體
strlen --- 取得字串長度
strcmp --- 字串比對
strcasecmp --- 不分大小寫字串比對
explode --- 切開字串
strtok --- 切開字串
implode --- 將陣列的元素連結起來成為字串
str_repeat --- 重複字串
strstr --- 找出字串第一次出現的地方
stristr --- 不分大小寫找出字串第一次出現的地方
strpos --- 找出字串第一次出現的位置
strrpos --- 找出字元最後一次出現的位置
substr_count --- 計算字串的出現次數
strtolower --- 將字串轉成小寫
strtoupper --- 將字串轉成大寫
substr_replace --- 取代字串的一部份字串
substr --- 取得部份字串
strrev --- 顛倒字串
引用 http://phorum.study-area.org/index.php?topic=35839.0
留言
張貼留言