| Manuál PHP | ||
|---|---|---|
| PÅ™edcházejÃcà | Dalšà | |
dbx_escape_string
(PHP 4 >= 4.3.0, PHP 5 <= 5.0.4)
dbx_escape_string -- Escape a string so it can safely be used in an sql-statementPopis
string dbx_escape_string ( object link_identifier, string text )Escape the given string so that it can safely be used in an sql-statement.
Seznam parametrů
link_identifierThe DBX link object returned by dbx_connect()
textThe string to escape.
Návratové hodnoty
Returns the text, escaped where necessary (such as quotes, backslashes etc). On error, NULL is returned.
PÅ™Ãklady
| PÅ™edcházejÃcà | Domů | Dalšà |
| dbx_error | Nahoru |