mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fixed link for param_count property
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@154184 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
d307bb7a8e
commit
b32baa786f
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.13 $ -->
|
||||
<!-- $Revision: 1.14 $ -->
|
||||
<reference id='ref.mysqli'>
|
||||
<title>Improved MySQL Extension</title>
|
||||
<titleabbrev>mysqli</titleabbrev>
|
||||
|
@ -251,7 +251,7 @@
|
|||
<para><link linkend='function.mysqli-stmt-error'>errno</link> - Returns errormessage for last statement function</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><link linkend='function.mysqli-param-count'>param_count</link> - Returns number of parameter for a given prepare statement</para>
|
||||
<para><link linkend='function.mysqli-stmt-param-count'>param_count</link> - Returns number of parameter for a given prepare statement</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><link linkend='function.mysqli-stmt-sqlstate'>sqlstate</link> - returns a string containing the SQLSTATE error code for the last statement function</para>
|
||||
|
|
Loading…
Reference in a new issue