mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Updating mysqli: Remove pre-deprecation notice
Closes GH-247. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@352044 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
02177b182e
commit
b9ba4fca83
1 changed files with 0 additions and 11 deletions
|
@ -17,17 +17,6 @@
|
|||
<para>
|
||||
This method constructs a new <classname>mysqli_stmt</classname> object.
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
In general, you should use either <function>mysqli_prepare</function> or
|
||||
<function>mysqli_stmt_init</function> to create a
|
||||
<classname>mysqli_stmt</classname> object, rather than directly
|
||||
instantiating the object with <literal>new mysqli_stmt</literal>. This
|
||||
method (and the ability to directly instantiate
|
||||
<classname>mysqli_stmt</classname> objects) may be deprecated and removed
|
||||
in the future.
|
||||
</para>
|
||||
</note>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
|
|
Loading…
Reference in a new issue