mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Added errors section on mysqli::real_escape_string
Fixes #68590 -- Provided by anonymous 82137 (me@ekins.space) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343166 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
3b19d69c48
commit
61cac7f581
1 changed files with 8 additions and 0 deletions
|
@ -68,6 +68,14 @@
|
|||
Returns an escaped string.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="errors">
|
||||
&reftitle.errors;
|
||||
<para>
|
||||
Executing this function without a valid MySQLi connection passed in will
|
||||
return &null; and emit <constant>E_WARNING</constant> level errors.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="examples">
|
||||
&reftitle.examples;
|
||||
|
|
Loading…
Reference in a new issue