DB_common::escapeSimple()

DB_common::escapeSimple()

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

Description

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

Parameter

string $str

the input to be escaped

Return value

string - the escaped string

Note

This function can not be called statically.

Function available since: Release 1.6.0

© Copyright 2003-2023 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.