JDatabaseMySQL::getEscaped/1.6
From Joomla! Documentation
JDatabaseMySQL::getEscaped
Description
Get a database escaped string.
Description:JDatabaseMySQL::getEscaped [Edit Descripton]
public function getEscaped ( $text $extra=false )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $text | string | The string to be escaped | |
| $extra | boolean | false | Optional parameter to provide extra escaping |
- Returns string
- Defined on line 171 of libraries/joomla/database/database/mysql.php
See also
JDatabaseMySQL source code on JoomlaCode
Class JDatabaseMySQL
Subpackage Database- Other versions of JDatabaseMySQL::getEscaped
SeeAlso:JDatabaseMySQL::getEscaped [Edit See Also]