|
cubrid_real_escape_stringEscape 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.
例例1 cubrid_real_escape_string example 上の例の出力は以下となります。
array(1) {
["t"]=>
string(95) " !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~"
}
|