->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

Beschrijving

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

Parameter

  • string $value - the string you want to escape

Note

Deze functie kan niet statisch worden aangeroepen.

->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 %)