JDatabase::getEscaped/1.5
From Joomla! Documentation
JDatabase::getEscaped
Description
Get a database escaped string.
Description:JDatabase::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 public
- Defined on line 460 of libraries/joomla/database/database.php
See also
-
JDatabase::getEscaped on api.joomla.org
-
JDatabase source code on JoomlaCode
-
Class JDatabase
-
Subpackage Database
- Other versions of JDatabase::getEscaped
SeeAlso:JDatabase::getEscaped [Edit See Also]
User contributed notes
<CodeExamplesForm />