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:
Pieter Hordijk 2017-09-30 21:51:58 +00:00
parent 3b19d69c48
commit 61cac7f581

View file

@ -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;