|
PHP5中文手册
db2_escape_string(PECL ibm_db2:1.6.0-1.6.2) db2_escape_string — Used to escape certain characters. 说明
string db2_escape_string
( string $string_literal
)
Prepends backslashes to special characters in the string argument. 参数
返回值Returns string_literal with the special characters noted above prepended with backslashes. 范例
Example#1 A db2_escape_string() example Result of using the db2_escape_string() function
<?php 上例将输出:
|