downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

SQLite3::exec> <SQLite3::createFunction
Last updated: Fri, 13 Nov 2009

view this page in

SQLite3::escapeString

(PHP 5 >= 5.3.0)

SQLite3::escapeString適切にエスケープされた文字列を返す

説明

public string SQLite3::escapeString ( string $value )

SQL 文の中で使えるよう適切にエスケープされた文字列を返します。

パラメータ

value

エスケープしたい文字列。

返り値

SQL 文の中で安全に使えるよう適切にエスケープされた文字列を返します。

注意

警告

SQLite クエリの文字列をクォートする際に addslashes() を使っては いけません。 予期せぬ結果を引き起こしてしまいます。



add a note add a note User Contributed Notes
SQLite3::escapeString
There are no user contributed notes for this page.

SQLite3::exec> <SQLite3::createFunction
Last updated: Fri, 13 Nov 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites