mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
fix #37503
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@213245 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
81ba82b19a
commit
4092b7e23b
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.11 $ -->
|
||||
<!-- $Revision: 1.12 $ -->
|
||||
<refentry id="function.mysqli-stmt-bind-param">
|
||||
<refnamediv>
|
||||
<refname>mysqli_stmt_bind_param</refname>
|
||||
|
@ -156,7 +156,7 @@ $official = "F";
|
|||
$percent = 11.2;
|
||||
|
||||
/* execute prepared statement */
|
||||
mysqi_stmt_execute($stmt);
|
||||
mysqli_stmt_execute($stmt);
|
||||
|
||||
printf("%d Row inserted.\n", mysqli_stmt_affected_rows($stmt));
|
||||
|
||||
|
|
Loading…
Reference in a new issue