mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
- Proto fix
This commit is contained in:
parent
c404bdb9f8
commit
1c2b14b92f
1 changed files with 1 additions and 1 deletions
|
@ -2640,7 +2640,7 @@ PHP_FUNCTION(sqlite_next)
|
|||
}
|
||||
/* }}} */
|
||||
|
||||
/* {{{ proto bool sqlite_key(resource result)
|
||||
/* {{{ proto int sqlite_key(resource result)
|
||||
Return the current row index of a buffered result. */
|
||||
PHP_FUNCTION(sqlite_key)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue