| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
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.
例例1 cubrid_real_escape_string() example
<?php 上の例の出力は以下となります。 array(1) { ["t"]=> string(95) " !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~" } |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「cubrid_real_escape_string - Escape special characters in a string for use in an SQL statement」をGoogle検索
|