ajf / escapes
裸词转义!
v1.0.1
2015-01-17 01:29 UTC
Requires
- php: >=5.3.0
This package is not auto-updated.
Last update: 2024-09-10 03:59:41 UTC
README
escapes 是一个为 PHP 5.3+ 设计的小型库,允许你使用裸词进行转义,如下所示
echo 'hello, world', \n;
echo 'I', \t, 'love', \t, 'tabs!', \n;
echo 'In Europe, they use ', \xE2, \x82, \xAC, ' (the Euro)', \n;
支持 e, f, n, r, t, v 和 xXX (十六进制数字,不区分大小写) 转义。
使用 composer 安装它,只需 require ajf/escapes
。
如果你真的使用这个... 亲爱的 god 未来不会很光明