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

View this page in Last updated: Mon, 02 Jul 2007
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

->escape()

->escape() -- Escape a string for use with Like queries

Описание

Similar to Pear DB's quote it will escape a value, without the quotes, so it can be used with a LIKE query.

Параметр

  • string $value - the string you want to escape

Заметка

Эта функция не должна вызываться статически.

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

Download Documentation Last updated: Mon, 02 Jul 2007
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 %)