->escape()

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

Referentiesamenvatting

void $DB_DataObject->escape (string $value)

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

Note

Deze functie kan niet statisch worden aangeroepen.

Voorbeeld