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