首頁
PHP
Tags
PHP教學
最新文章列表
中文(繁體)
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
當前位置:
首頁
>
函數類別大全
>
preg_quote
preg_quote
轉義正則表達式字符
名稱:
preg_quote
分類:
正則處理PCRE
所屬語言:
php
一句話介紹:
通過在正則表達式中添加反斜杠來轉義在正則表達式中具有特殊含義的字符。
相關內容
解決timezone_abbreviations_list 返回空數組的問題
9
如何避免使用imageflip 翻轉圖片時的內存消耗過大?
7
如何使用chdir() 函數更改當前工作目錄?
3
遇到“pclose failed”的原因及解決方案
8
同類函數
preg_match_all
preg_match_all
執行全局正則表達式匹配
preg_last_error_msg
preg_last_error_msg
返回上一次PCRE正則表達式執行的錯誤消
preg_grep
preg_grep
返回匹配模式的數組條目
preg_match
preg_match
執行正則表達式匹配
preg_replace_callback
preg_replace_callback
執行一個正則表達式搜索並且使用一個回調進
preg_filter
preg_filter
執行正則表達式搜索和替換
preg_split
preg_split
通過一個正則表達式分隔字符串
preg_replace
preg_replace
執行一個正則表達式的搜索和替換
熱門文章