List of specials is incomplete:

--- sample code ---

$specials = '.\+*?[^]$(){}=!<>|:-';

for ($i = 0; $i <= 255; $i++) {

if (chr($i) !== preg_quote(chr($i))) {

printf("Character 0x%02x quoted%s\n",

$i,

(strpos($specials, chr($i)) === FALSE) ? ' (+)' : '');

} /* if */

} /* for */

--- sample code ---

--- output ---

Character 0x00 quoted (+)

Character 0x21 quoted

Character 0x24 quoted

Character 0x28 quoted

Character 0x29 quoted

Character 0x2a quoted

Character 0x2b quoted

Character 0x2d quoted

Character 0x2e quoted

Character 0x3a quoted

Character 0x3c quoted

Character 0x3d quoted

Character 0x3e quoted

Character 0x3f quoted

Character 0x5b quoted

Character 0x5c quoted

Character 0x5d quoted

Character 0x5e quoted

Character 0x7b quoted

Character 0x7c quoted

Character 0x7d quoted

--- output ---

pregquote php,PHP: preg_quote - Manual相关推荐

  1. SQL查询1064报错 [ERR] 1064 - You have an error in your SQL syntax; check the manual.......

    MySQL建表出现1064问题问题 SQL语句 DROP DATABASE IF EXISTS bookstore; DROP DATABASE bookstore; USE bookstore; C ...

  2. 解决:Error: Insufficient values in manual scale. 5 needed but only 4 provided.Run `rlang::last_error()

    解决:Error: Insufficient values in manual scale. 5 needed but only 4 provided.Run `rlang::last_error() ...

  3. SAP WM初阶LQ02报错 - Movement Type 901 for manual transfer orders does not exist -

    SAP WM初阶LQ02报错 - Movement Type 901 for manual transfer orders does not exist - SAP WM模块里的事务代码LQ02很有用 ...

  4. SAP QM 事务代码QE01录入结果后回车,为啥不弹出Manual Valuation窗口?

    SAP QM 事务代码QE01录入结果后回车,为啥不弹出Manual Valuation窗口? 执行事务代码QE01为检验批#10000000476录入结果, 录入检验结果后回车,没有弹出类似如下图的 ...

  5. GNU make manual 翻译(一)

    当分析PostgreSQL 的源代码的时候,经常遇到 Makefile, 读不懂其中的语句,很是令人烦恼.最近准备静下心来,好好地阅读. 为了达到这一目的,进行一次翻译. 复制代码 1 Overvie ...

  6. 测试类异常Manual close is not allowed over a Spring managed SqlSession

    测试类异常Manual close is not allowed over a Spring managed SqlSession 参考文章: (1)测试类异常Manual close is not ...

  7. Linux - 手册(manual)使用 详解

    手册(manual)使用 详解 本文地址: http://blog.csdn.net/caroline_wendy/article/details/22664555 环境: Ubuntu 12.04 ...

  8. php手册数组函数,PHP - Manual手册 - 函数参考 - Array 数组函数 - array_diff计算数组的差集...

    PHP - Manual手册 - 函数参考 - Array 数组函数 - array_diff计算数组的差集 array_diff (PHP 4 >= 4.0.1, PHP 5) array_d ...

  9. centos6.4使用man查找命令时,报错No manual entry for xxxx

    前提:安装man的命令 yum -y install man 使用man报错 [root@localhost objs]# man fcntl No manual entry for fcntl [r ...

最新文章

  1. [原]巧用RenderTexture
  2. 面向过程和面向对象的联系和区别
  3. 计算机的基本组成-4-一个程序在计算机上每一步是走了哪些地方实现的
  4. 蔡先生论道大数据之六 : 打破对“精准性”的执着
  5. python中的继承有什么特点_Python类的继承机制是什么
  6. 【HDU4507】恨7不成妻(数位DP)
  7. Linux学习一天一个命令(1)[ls命令]
  8. python 发送email邮件带附件
  9. 基于Java Web的随意购商城系统(开源项目)
  10. TideSec远控免杀学习四(BackDoor-Factory+Avet+TheFatRat)
  11. 互联网晚报 | 12月13日 星期一 | 百度将发布元宇宙产品“希壤”;吉利发布国内首款7nm汽车芯片;腾讯云财税管家正式发布...
  12. 通信用水泥杆和防腐木电杆在使用中有什么不同
  13. The Devil Wears Prada-2
  14. mssql数据库和Oracle数据库注入
  15. jvm的内存分布,参数配置 和 GC处理机制
  16. uni--打包ios越狱包失败
  17. 个人怎么制作微信小程序,微信小程序可以免费制作吗?微信小程序制作教程
  18. jpa整合querydsl实现简单查询以及左联查询
  19. shell 编程的老臣 - sed
  20. unity脚本学习3

热门文章

  1. SEGW activation check bypass via debugging
  2. OPA 3 - thirdParty Qunit.js and IFrame load logic
  3. SAP云平台上的ABAP编程环境里如何消费第三方服务
  4. A good debug parameter - sap-ds-debug=true
  5. CRM里用户状态和系统状态的区别
  6. GTADIR check object exist in another system
  7. 使用 outlet 在SAP Spartacus 的页面添加自定义 HTML 元素的一个例子
  8. SAP S/4HANA生产订单创建之后,为什么会自动执行action
  9. outlook本地存储设置_商务文档为什么要存储在OneDrive for business 上?
  10. python统计图教程_Python利用matplotlib绘制约数个数统计图示例