update : 2015.11.03
php.shukuma.com검색:
|
cubrid_real_escape_string(PECL CUBRID >= 8.3.0) cubrid_real_escape_string — Escape special characters in a string for use in an SQL statement 설명
string cubrid_real_escape_string
( string
$unescaped_string
[, resource $conn_identifier
] )
This function returns the escaped string version of the given string. It
will escape the following characters: 인수
반환값Escaped string version of the given string, on success.
예제Example #1 cubrid_real_escape_string() example
<?php 위 예제의 출력: array(1) { ["t"]=> string(95) " !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~" } |