->whereAdd() (Previous) (Next) ->limit()

View this page in Last updated: Sun, 05 Oct 2008
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

->escape()

->escape() -- Like クエリで使用する文字列をエスケープする

説明

Pear DB の quote と同様、値をクオートがなくなるようエスケープしますので、 LIKE クエリで使用することができます。

パラメータ

  • string $value - エスケープしたい文字列を指定します。

注意

この関数は、スタティックにコールする ことはできません。

->whereAdd() (Previous) (Next) ->limit()

Download Documentation Last updated: Sun, 05 Oct 2008
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
Note by: alan@akbkhome.com
there is another 2nd argument bool likeEscape, which escapes like queries (eg. _ and %)