PHP » GoLang |
login |
register |
about
|
GoLang dbx_escape_string
request it (361)
GoLang replacement for PHP's dbx_escape_string
[edit | history]
dbx_escape_string(PHP 4 >= 4.3.0, PHP 5 < 5.1.0, PECL dbx >= 1.1.0) dbx_escape_string — Escape a string so it can safely be used in an sql-statement Description
string dbx_escape_string
( object
$link_identifier
, string $text
)Escape the given string so that it can safely be used in an sql-statement. Return Values
Returns the text, escaped where necessary (such as quotes, backslashes
etc). On error, Examples
Example #1 dbx_escape_string() example
<?php |
more
Recently updated
more
Most requested
more
Last requests |