odbc_result_all() does not escape the data

We can only hope that nobody uses this function.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350798 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2020-10-06 13:26:04 +00:00
parent 3e0354fcfc
commit 796565fc11

View file

@ -15,6 +15,11 @@
<para>
Prints all rows from a result identifier produced by
<function>odbc_exec</function>. The result is printed in HTML table format.
The data is <emphasis>not</emphasis> escaped.
</para>
<para>
This function is not supposed to be used in production environments; it is
merely meant for development purposes, to get a result set quickly rendered.
</para>
</refsect1>
<refsect1 role="parameters">