Commit graph

21 commits

Author SHA1 Message Date
Jakub Vrana
d8b968e63c Document public constructors
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@321901 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-08 05:33:58 +00:00
Adam Harvey
60e2e1437b Update the documentation per bug #54691 (SQLite3::open() Return Value).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@310878 c90b9560-bf6c-de11-be94-00142212c4b1
2011-05-10 08:42:55 +00:00
Hannes Magnusson
663e0070ad Its not only filename, the magical ':memory:' works for memory tables
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@310596 c90b9560-bf6c-de11-be94-00142212c4b1
2011-04-27 19:41:26 +00:00
Jakub Vrana
d3c871ae1e Fix protos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@308253 c90b9560-bf6c-de11-be94-00142212c4b1
2011-02-11 13:16:13 +00:00
Peter Cowburn
a912865116 Typos and grammar
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304887 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-25 19:38:17 +00:00
Philip Olson
8e3c3f725c Fixed build
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304574 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-20 21:32:11 +00:00
Kalle Sommer Nielsen
ea14b669de Documented Sqlite3::busyTimeout() -- Fixes bug #52567 (5.3.3 introduced sqlite3::busyTimeout but it is not documented)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304540 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-20 07:36:05 +00:00
Adam Harvey
9651134c73 Fix doc bug #52997 (SQLite3::querySingle omits return type information).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304366 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-13 09:08:43 +00:00
Brett Bieber
39a39b66ad Bug #52135 SQLite3::open example does not use open method
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301723 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-30 16:39:58 +00:00
Richard Quadling
74da59644d Remove BOM
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290987 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-19 13:13:35 +00:00
Richard Quadling
f658721332 Use &return.falseforfailure; entity.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290410 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-09 10:26:08 +00:00
Torben Wilson
af4410a7e1 Normalized the sgml-default-dtd-file local-variable line for those
still using this, after discussion on the phpdoc list.
From now on, manual.ced will need to be found at ~/.phpdoc/manual.ced.



git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288721 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-25 07:04:39 +00:00
Nilgün Belma Bugüner
0734f520c6 fixed class names
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287149 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-12 08:37:25 +00:00
Nilgün Belma Bugüner
4307255b4d fixed properties
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283838 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-11 09:02:41 +00:00
Jakub Vrana
6125c0100d Initializers - part 4
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@273634 c90b9560-bf6c-de11-be94-00142212c4b1
2009-01-16 12:08:51 +00:00
Jakub Vrana
f60082dcb0 Fix protos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268271 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-04 13:27:54 +00:00
Kalle Sommer Nielsen
4d951eb5f6 Remove example code
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@264398 c90b9560-bf6c-de11-be94-00142212c4b1
2008-08-07 14:36:48 +00:00
Scott MacVicar
fab9e3a22b Add examples and remove the placeholders where appropriate.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@262342 c90b9560-bf6c-de11-be94-00142212c4b1
2008-07-09 14:00:00 +00:00
Ben Ramsey
e1a0754601 Updated SQLite3::__construct() and SQLite3::open() with optional parameters and listed valid flags for the flags parameter; also corrected a misspelling.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@261988 c90b9560-bf6c-de11-be94-00142212c4b1
2008-07-03 18:21:08 +00:00
Ben Ramsey
39f84191b3 Finished the remaining stubs for SQLite3 documentation by adding basic method/parameter/return type documentation; added SQLite3 to manual.xml.in so that it will now be properly built with the rest of the documentation.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@261982 c90b9560-bf6c-de11-be94-00142212c4b1
2008-07-03 16:31:57 +00:00
Ben Ramsey
697a71435a Adding initial documentation for the pecl/sqlite3 extension.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@261963 c90b9560-bf6c-de11-be94-00142212c4b1
2008-07-03 03:06:58 +00:00