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
Jakub Vrana
5faa7a6747
Document and use callable type hint introduced in PHP 5.4
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324122 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-12 05:55:59 +00:00
Jakub Vrana
0d604bbc9d
Remove <classsynopsis> from methods and fields definitions
...
PhD uses this context for decisions about links and similar.
It also simplifies the XML
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322205 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-13 14:20:43 +00:00
Jakub Vrana
b827a32fad
Use {class}::{method} instead of {class}->{method}
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322122 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-12 05:58:52 +00:00
Jakub Vrana
6a6061bbd4
Use &style.procedural; and &style.oop;
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322055 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-11 06:50:17 +00:00
Richard Quadling
fc9e379fd8
Standardise on single style of quotes for XML tag.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@315005 c90b9560-bf6c-de11-be94-00142212c4b1
2011-08-16 11:38:58 +00:00
Peter Cowburn
301208bd78
clarify result_type param for sqlite_fetch_column_types() (doc #54780 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@311168 c90b9560-bf6c-de11-be94-00142212c4b1
2011-05-17 23:15:27 +00:00
Peter Cowburn
9e118a6656
sqlite_*query() initializers (doc #54779 #54781 #54782 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@311167 c90b9560-bf6c-de11-be94-00142212c4b1
2011-05-17 23:09:17 +00:00
Shein Alexey
d23bb08a08
Fixed a typo.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@309476 c90b9560-bf6c-de11-be94-00142212c4b1
2011-03-20 13:09:45 +00:00
Shein Alexey
0533cee159
Added \n to the example output.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@309468 c90b9560-bf6c-de11-be94-00142212c4b1
2011-03-20 12:30:23 +00:00
Shein Alexey
eeed3ace71
Fixed a typo in parameter reference.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@309368 c90b9560-bf6c-de11-be94-00142212c4b1
2011-03-18 08:40:20 +00:00
Jakub Vrana
2ca450dae0
Functions signature
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304345 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-12 10:04:37 +00:00
Daniel Egeberg
0640e024d4
Fixed PHP bug #51978
...
for file in `ack -i '\bA\s+SQL' -l`; do perl -i -pe 's/\b(a)(\s+SQL)/\1n\2/gi' $file; done
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300101 c90b9560-bf6c-de11-be94-00142212c4b1
2010-06-02 18:45:11 +00:00
Daniel Egeberg
2fd3f0c96d
Converted remaining files to utf-8
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297078 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-29 16:25:51 +00:00
Daniel Egeberg
92ac19c964
Reverted r297058
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297077 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-29 16:13:03 +00:00
Richard Quadling
41744b84ad
Converted to UTF-8
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297058 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-29 09:53:08 +00:00
Daniel Egeberg
96c9d88bad
Converted to utf-8
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297028 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-28 22:10:10 +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
Jakub Vrana
42fd17af6e
Escape data inside queries
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@286556 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-30 12:22:29 +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
Yannick Torres
e64f47fe43
fix markup
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@279788 c90b9560-bf6c-de11-be94-00142212c4b1
2009-05-03 15:59:44 +00:00
Philip Olson
f57b4a3ccd
Fixed spelling errors
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@278109 c90b9560-bf6c-de11-be94-00142212c4b1
2009-04-01 07:39:55 +00:00
Mehdi Achour
993609cea4
Add missing returnvalues sections
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277596 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-22 21:51:02 +00:00
Damien Seguy
01253d3618
introduction of the foreach entity
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@275923 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-16 15:30:18 +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
Hannes Magnusson
a78275305a
<function> cannot have bogus whitespace
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@272056 c90b9560-bf6c-de11-be94-00142212c4b1
2008-12-27 22:02:25 +00:00
Philip Olson
2dd73402e4
finished new doc conversion by adding parameter and returnvalues roles
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@253467 c90b9560-bf6c-de11-be94-00142212c4b1
2008-02-21 18:32:17 +00:00
Hannes Magnusson
c030e2adf7
Upgrade to DocBook5:
...
- All id attributes are now xml:id
- Add docbook namespace to all root elements
- Replace <ulink /> with <link xlink:href />
- Minor markup fixes here and there
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@238160 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-20 22:25:43 +00:00
Mehdi Achour
97b40b3f3b
Add missing returnvalues
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@230805 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-26 02:48:13 +00:00
Mehdi Achour
ec3f931fa0
Add missing roles and entities in already switched files
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@227340 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-16 01:24:43 +00:00
Jakub Vrana
28e3b57806
Example for this function
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@214774 c90b9560-bf6c-de11-be94-00142212c4b1
2006-06-14 12:08:09 +00:00
Nuno Lopes
85e7c70a63
document the return value on success
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@208788 c90b9560-bf6c-de11-be94-00142212c4b1
2006-03-06 20:53:42 +00:00
Jakub Vrana
f9c911174d
Remove WS inside <function>
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@197559 c90b9560-bf6c-de11-be94-00142212c4b1
2005-10-04 15:11:18 +00:00
Nuno Lopes
f18ba5a1bc
document the new 'error_msg' parameter
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@195659 c90b9560-bf6c-de11-be94-00142212c4b1
2005-09-09 21:42:13 +00:00
Nuno Lopes
871e486aab
the OO method is 'queryExec' not 'exec'
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@194966 c90b9560-bf6c-de11-be94-00142212c4b1
2005-09-02 18:03:16 +00:00
Jakub Vrana
4ed69b8e48
result_type defaults to SQLITE_ASSOC and is available since PHP 5.1.0
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@191439 c90b9560-bf6c-de11-be94-00142212c4b1
2005-07-25 12:02:10 +00:00
Jakub Vrana
2af11f173a
Returns remaining rows (bug #33830 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@191270 c90b9560-bf6c-de11-be94-00142212c4b1
2005-07-23 09:49:59 +00:00
Jakub Vrana
80bda0c1f9
Some functions return void
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@189158 c90b9560-bf6c-de11-be94-00142212c4b1
2005-06-24 13:24:34 +00:00
Jakub Vrana
2bed4f6ded
Fix return types (2/2)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@189137 c90b9560-bf6c-de11-be94-00142212c4b1
2005-06-24 09:11:47 +00:00
Jakub Vrana
629415cc3a
Missed parameter
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@188553 c90b9560-bf6c-de11-be94-00142212c4b1
2005-06-16 15:16:21 +00:00
Jean-Sébastien Goupil
d92afa835a
use more entities -> &reftitle.description;
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@187239 c90b9560-bf6c-de11-be94-00142212c4b1
2005-05-29 18:06:15 +00:00
Philip Olson
cee7c2bba3
Implemented the new alias doc style. This alias no longer requires translation
...
as it exclusively uses the language-* files.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@185098 c90b9560-bf6c-de11-be94-00142212c4b1
2005-04-25 16:17:02 +00:00
Kenneth Schwartz
ab8f44f73b
switch to new structure
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@180267 c90b9560-bf6c-de11-be94-00142212c4b1
2005-02-21 00:31:07 +00:00
Kenneth Schwartz
8af737a4e3
WS fix (start at col 0)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@180258 c90b9560-bf6c-de11-be94-00142212c4b1
2005-02-20 22:55:54 +00:00
Kenneth Schwartz
807cb5550e
fix examples (coding standards)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@177697 c90b9560-bf6c-de11-be94-00142212c4b1
2005-01-19 23:02:42 +00:00
Kenneth Schwartz
9d7040bd3a
fix examples
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@177690 c90b9560-bf6c-de11-be94-00142212c4b1
2005-01-19 22:13:08 +00:00
Kenneth Schwartz
ecb62a3422
add/update examples
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@177651 c90b9560-bf6c-de11-be94-00142212c4b1
2005-01-19 13:55:43 +00:00
Jakub Vrana
2128343860
Fix syntax errors
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@177204 c90b9560-bf6c-de11-be94-00142212c4b1
2005-01-14 09:07:02 +00:00
Kenneth Schwartz
43b3558404
Add/Update examples (incorp. user notes)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@177193 c90b9560-bf6c-de11-be94-00142212c4b1
2005-01-14 05:42:48 +00:00