PHP » GoLang |
login |
register |
about
|
GoLang ingres_escape_string
request it (425)
GoLang replacement for PHP's ingres_escape_string
[edit | history]
ingres_escape_string(PECL ingres >= 2.1.0) ingres_escape_string — Escape special characters for use in a query Description
string ingres_escape_string
( resource
$link
, string $source_string
)ingres_escape_string() is used to escape certain characters within a string before it is sent to the database server. Parameters
Return ValuesReturns a string containing the escaped data. Examples
Example #1 Escape special characters for use in a query
<?php |
more
Recently updated
more
Most requested
more
Last requests
|