mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Updated as documentation exists for these methods.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@269925 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
31c9387ae2
commit
4c8987f8ba
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<chapter xml:id="mysqli.summary" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
|
||||
<title>The MySQLi Extension Function Summary</title>
|
||||
|
@ -421,13 +421,13 @@
|
|||
<entry><methodname>mysqli_stmt->attr_get</methodname></entry>
|
||||
<entry><function>mysqli_stmt_attr_get</function></entry>
|
||||
<entry>N/A</entry>
|
||||
<entry>NOT DOCUMENTED</entry>
|
||||
<entry>Used to get the current value of a statement attribute</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><methodname>mysqli_stmt->attr_set</methodname></entry>
|
||||
<entry><function>mysqli_stmt_attr_set</function></entry>
|
||||
<entry>N/A</entry>
|
||||
<entry>NOT DOCUMENTED</entry>
|
||||
<entry>Used to modify the behavior of a prepared statement</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><methodname>mysqli_stmt->bind_param</methodname></entry>
|
||||
|
|
Loading…
Reference in a new issue