| [REVIEW] database->getEscaped |
|
Last reviewed: Not reviewed database->getEscapedEscapes characters with special meaning for the database. Syntaxstring getEscaped ( string $text )
ExamplesExample: global $database; $text = "What's my line?"; echo $database->getEscaped( $text ); will produce: What\'s my line? Please report any errors on this page to the Developer Documentation Forum. |
|
| Last Updated ( Monday, 25 December 2006 ) |