DB_common::quote()

DB_common::quote() -- DEPRECATED: Quotes a string

Áttekintés

string quote (string $string)

Leírás

Quotes a string database-dependent, so it can be safely used in a query

This method has been deprecated. Use quoteSmart() or escapeSimple() instead.

Paraméterek

string $string

the input string to quote

Visszatérési érték

string - the quoted string.

Megjegyzés

Ez a függvény nem hívható statikusan.

Figyelem

Ez a függvény érvénytelenítve lett. Ez azt jelenti, hogy a csomag jövőbeli verziói lehetséges, hogy nem fogják támogatni.

Deprecated in release 1.6.0.

Lásd

quoteSmart(), escapeSimple(), quoteIdentifier()