mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
3e0354fcfc
commit
796565fc11
1 changed files with 5 additions and 0 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue