- Proto fix

This commit is contained in:
Marcus Boerger 2005-01-25 19:08:38 +00:00
parent c404bdb9f8
commit 1c2b14b92f

View file

@ -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)
{