DB_common::escapeSimple()

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

Synopsis

string escapeSimple (string $str)

Beschreibung

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

Parameter

string $str

the input to be escaped

Rückgabewert

string - the escaped string

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.

Function available since: Release 1.6.0

Beispiel

Siehe auch

quoteIdentifier(), quoteSmart()