php-doc-en/reference/sqlite
Adam Harvey c9f928c690 Change the documentation of sqlite_key() to reflect that it can only be called
as an instance method, unlike every other SQLite function. The previous
changelog was, in fact, completely incorrect.

This is absolutely not the right way to do this, and anyone who has a better
idea for how to represent this case is welcome to commit their own fix.
Unfortunately, because the OO API is just a set of method aliases for the
procedural API and it's infrequently used, we don't have the class/method
structure that we have in (say) mysqli, and attempting to retrofit it now would
result in all of the URLs for the SQLite function pages breaking.

Ugh.

Fixes doc bug #54073 (The sqlite_key() documentation should mentioned
procedural usage), for a very low value of fixes.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328319 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-12 09:25:24 +00:00
..
functions Change the documentation of sqlite_key() to reflect that it can only be called 2012-11-12 09:25:24 +00:00
book.xml mark bunch of extensions with "membership" PI (like the membership comment) 2012-06-09 17:34:56 +00:00
constants.xml Linkable reference constants 2012-02-28 13:22:09 +00:00
ini.xml Revert useless change in 326638 2012-02-29 00:24:15 +00:00
reference.xml Standardized on double quotes for attributes. 2011-09-30 14:21:51 +00:00
setup.xml Updated to reflect that the SQLite extension is moved to PECL as of PHP 5.4. Closes bug #60336. 2011-12-03 05:08:16 +00:00
versions.xml Fixed version, should be > 5.4.0 not >= 5.4.0. Reported by Florian 2012-03-02 08:50:11 +00:00