DB_common::escapeSimple()

DB_common::escapeSimple() -- Escapes a string according to the current DBMS's standards

Áttekintés

string escapeSimple (string $str)

Leírás

Escape a string according to the current DBMS's standards.

Paraméterek

string $str

the input to be escaped

Visszatérési érték

string - the escaped string

Megjegyzés

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

Function available since: Release 1.6.0

Példa

Lásd

quoteIdentifier(), quoteSmart()