diff options
author | Georg Richter <georg@php.net> | 2003-06-22 08:46:39 +0000 |
---|---|---|
committer | Georg Richter <georg@php.net> | 2003-06-22 08:46:39 +0000 |
commit | 5655ebe6f26301f0f087623f8e8508be73b3cbcc (patch) | |
tree | 6f7f2a8db6e9dadb6ab455fc9a4b7005baa0f901 /ext/mysqli/php_mysqli.h | |
parent | bb37c9c335128f9095c4173d5f0fe22efc80ce5c (diff) | |
download | php-git-5655ebe6f26301f0f087623f8e8508be73b3cbcc.tar.gz |
added new function mysqli_stmt_num_rows
Diffstat (limited to 'ext/mysqli/php_mysqli.h')
-rw-r--r-- | ext/mysqli/php_mysqli.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/mysqli/php_mysqli.h b/ext/mysqli/php_mysqli.h index b43d2d3a0a..42a1336fd0 100644 --- a/ext/mysqli/php_mysqli.h +++ b/ext/mysqli/php_mysqli.h @@ -263,6 +263,7 @@ PHP_FUNCTION(mysqli_stmt_affected_rows); PHP_FUNCTION(mysqli_stmt_close); PHP_FUNCTION(mysqli_stmt_errno); PHP_FUNCTION(mysqli_stmt_error); +PHP_FUNCTION(mysqli_stmt_num_rows); #if MYSQL_VERSION_ID >= 40101 PHP_FUNCTION(mysqli_stmt_sqlstate); #endif |