diff --git a/reference/sqlite/functions/sqlite-key.xml b/reference/sqlite/functions/sqlite-key.xml index e1563daf21..f4cc170070 100644 --- a/reference/sqlite/functions/sqlite-key.xml +++ b/reference/sqlite/functions/sqlite-key.xml @@ -9,36 +9,19 @@ &reftitle.description; - - intsqlite_key - resourceresult - &style.oop; (method): intSQLiteResult::key - sqlite_key returns the current row index of the - buffered result set result. + SQLiteResult::key returns the current row index of + the buffered result set result. - - - - &reftitle.parameters; - - - result - - - The SQLite result resource. This parameter is not required when using - the object-oriented method. - - &sqlite.no-unbuffered; - - - + Unlike all other SQLite functions, this function does not have a procedural + version, and can only be called as a method on a + SQLiteResult object. @@ -50,33 +33,6 @@ - - &reftitle.changelog; - - - - - - &Version; - &Description; - - - - - 5.0.4 - - Prior to PHP 5.0.4, sqlite_key was only able to be - called as a method on a - SQLiteResult object, - not procedurally. - - - - - - - - &reftitle.seealso;