标签:get ddr width 定义 lan 转义 href echo table
作用:在预定义字符前添加反斜杠东莞直线电机
语法:quotemeta(string)
参数:
参数 | 描述 |
string | 必须,需要处理的字符串 |
说明:该函数可用于转义拥有特殊意义的字符,比如 SQL 中的 ( )、[ ] 以及 * 。该函数是二进制安全的。
<?php $str1 = "1 + 1 = 2"; $str2 = "1 * 1 = 1"; $str3 = "Welcome to php.cn!"; $str4 = "Are you ok?"; echo quotemeta($str1)."<br>"; echo quotemeta($str2)."<br>"; echo quotemeta($str3)."<br>"; echo quotemeta($str4)."<br>"; ?>
标签:get ddr width 定义 lan 转义 href echo table
原文地址:https://www.cnblogs.com/furuihua/p/11888260.html