PHP Function List
escape_string doesn't exist. Closest matches:
- pg_escape_string
- db2_escape_string
- dbx_escape_string
- maxdb_escape_string
- mysql_escape_string
- mysqli_escape_string
- ingres_escape_string
- sqlite_escape_string
- cubrid_real_escape_string
- recode_string
- splstring
- is_string
- fdf_save_string
- maxdb_real_escape_string
- mysql_real_escape_string
- yp_err_string
- imagestring
- escapeshellarg
- fdf_open_string
- px_timestamp2string
Site Search Results
-
pg_escape_string() は、データベースへの問い合わせに使う文字列をエスケープします。 PostgreSQL フォーマットにエスケープされた文字列を、クォートなしの形式で返します。 PostgreSQL に使う SQL パラメータをエスケープするときには pg_escape ...
-
この関数は、mysql_query() で指定可能なように unescaped_string をエスケープします。 この関数は非推奨です。 この関数は mysql_real_escape_string() とほぼ同じです。ただ mysql_real_escape_string() はコネクションハンドラを用い、 カレントの ...
-
mysql_real_escape_string - Manual現在の接続の文字セットで unescaped_string の特殊文字をエスケープし、 mysql_query() で安全に利用できる形式に変換します。バイナリデータを挿入しようとしている場合、 必ずこの関数を利用しなければなりません。
-
sqlite_escape_string() は、 item で指定した文字列を SQLite SQLステートメントで使用できるように正しくクオートします。 この際、シングルクオート(')は2重にされ、 クエリ文字列のバイナリセーフでない文字がチェックされます。
-
mysqli::real_escape_string - Manualmysqli::real_escape_string mysqli_real_escape_string (PHP 5) mysqli::real_escape_string-- mysqli_real_escape_string — 接続の現在の文字セットを考慮して、SQL 文で使用する文字列の特殊文字を ...
-
Also, it is worth mentioning that PostgreSQL will soon start to block queries involving escaped single quotes using \ as the escape character, for some cases, which depends on the string's encoding. The standard way to escape quotes in SQL (not ...
-
Some muddling through docs and many obscenties later, I produced the following, which expands escape sequences in an existing string with NO interpolation. <?php // where we do all our magic function expand_escape ($string) { return preg ...
-
PDO::quote() は入力文字列のまわりに引用符を付け (必要であれば) 、 入力文字列にあるシングルクオートをエスケープします。その場合、 構成しているドライバに適したクオート形式が使用されます。
-
You will want to make sure that, when using strings, you contain the strings in single quotes, since you can't escape double quotes. In addition, you won't find a mssql_escape_string() function (though there are for other DB's, i.e. mysql_escape ...
-
mysqli::real_escape_string - Manualmysqli::real_escape_string mysqli_real_escape_string (PHP 5) mysqli::real_escape_string-- mysqli_real_escape_string — Escapes special characters in a string for use in an SQL statement, taking into account the current charset of the connection

Other forms of search
To search the string "escape_string" using other options, try searching:
- Only the documentation
- Only this mirror
- The entire php.net domain
- pear.php.net
- pecl.php.net
- The Bug DB
- php-general mailing list
- Internals mailing list
- Documentation mailing list
For a quick overview over all documented PHP functions, click here.
