Peter Cowburn
8a72ac694a
Updated iterator_apply docs
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@289185 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-04 14:56:29 +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
Hannes Magnusson
7ebad89521
Improve description (patch by Brandon Savage)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@286560 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-30 14:31:05 +00:00
Nilgün Belma Bugüner
e3d8be23f8
fixed properties
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283837 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-11 08:59:47 +00:00
Juliette
5e59fb9ef3
Document SPL functions:
...
iterator_count()
iterator_to_array()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@278608 c90b9560-bf6c-de11-be94-00142212c4b1
2009-04-12 01:45:35 +00:00
Philip Olson
1134878a25
Changed namespace operator from :: to \ in example
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@278153 c90b9560-bf6c-de11-be94-00142212c4b1
2009-04-02 02:03:18 +00:00
Mehdi Achour
33452ee6b3
Add/move sections to changelogs
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277645 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-23 21:08:01 +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
Philip Olson
31a79096d2
Grammar, s/an unique/a unique/g which closes bug #46942 and helps #34880
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@271849 c90b9560-bf6c-de11-be94-00142212c4b1
2008-12-25 01:35:26 +00:00
Philip Olson
6bbdc5267f
Fixed simple spelling errors
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@271311 c90b9560-bf6c-de11-be94-00142212c4b1
2008-12-16 04:22:48 +00:00
Hannes Magnusson
759ea2668d
New SPL function
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@270119 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-30 00:37:44 +00:00
Hannes Magnusson
a4cff70da7
Fix type hint
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@270118 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-30 00:26:49 +00:00
Philip Olson
c2f008bf39
Updated SPL to the new doc and reference styles (added missing roles, etc.)
...
This commit spans all of reference/spl/
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@255533 c90b9560-bf6c-de11-be94-00142212c4b1
2008-03-20 01:25:04 +00:00
Etienne Kneuss
43a6dca993
Fix #43869 (wording, patch by olleolleolle)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@252574 c90b9560-bf6c-de11-be94-00142212c4b1
2008-02-09 15:19:16 +00:00
Felipe Pena
7edf6582c0
Add example related to namespace
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@251191 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-23 19:06:10 +00:00
Felipe Pena
b8c5feeea1
Add related functions
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@249815 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-03 18:44:42 +00:00
Hannes Magnusson
48bed2c523
MFB: Upgrade to the new-oo-style
...
- Updated IDs (from function.ClassName-MethodName to classname.methodname)
- Added role attributes
NOTE: The Old CachingRecursiveIterator has been renamed to RecursiveCachingIterator!
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@248925 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-24 12:30:24 +00:00
Hannes Magnusson
da7a4ff2cf
Rename files as per the new-oo-style (classname/methodname.xml):
...
functions/ArrayIterator-*.xml => arrayiterator/*.xml
functions/ArrayObject-*.xml => arrayobject/*.xml
functions/CachingIterator-*.xml => cachingiterator/*.xml
functions/DirectoryIterator-*.xml => directoryiterator/*.xml
functions/FilterIterator-*.xml => filteriterator/*.xml
functions/LimitIterator-*.xml => limititerator/*.xml
functions/ParentIterator-*.xml => parentiterator/*.xml
functions/RecursiveDirectoryIterator-*.xml => recursivedirectoryiterator/*.xml
functions/RecursiveIteratorIterator-*.xml => recursiveiteratoriterator/*.xml
functions/SimpleXMLIterator-*.xml => simplexmliterator/*.xml
function/CachingRecursiveIterator-*.xml => recursivecachingiterator/*.xml
# *NO* content or ID change
# NOTE: There are still some *functions* left in functions/
# NOTE: The old CachingRecursiveIterator was renamed to RecursiveCachingIterator
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@248924 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-24 12:20:52 +00:00
Felipe Pena
da447aa720
Fix
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@245353 c90b9560-bf6c-de11-be94-00142212c4b1
2007-11-01 10:54:10 +00:00
Jakub Vrana
678e63d1ba
Nonexistent function (bug #41914 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241309 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-16 12:43:21 +00:00
Jakub Vrana
934a95da22
autoload_function is callback in principle (bug #42221 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241295 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-16 08:57:11 +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
Jakub Vrana
75ecffb1cb
Fix methodsynopsis
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@237770 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-15 15:53:14 +00:00
Sebastian Bergmann
376da049d5
- Fix argument name.
...
- Fix grammar.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@236954 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-04 12:31:40 +00:00
Nuno Lopes
6dcc5d00d4
typo in methodname
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@229870 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-15 15:25:17 +00:00
Philip Olson
c2e9e5a27e
According to our guidelines:
...
- Use PHP x.x.0 instead of PHP x.x, or use PHP x.x.x where appropriate
- Use PHP x instead of PHPx
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@229829 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-15 08:12:20 +00:00
Mehdi Achour
aac62607eb
WS, prepare for new doc style
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228330 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-28 20:13:03 +00:00
Nuno Lopes
0107196ab1
typo
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@223153 c90b9560-bf6c-de11-be94-00142212c4b1
2006-11-10 21:48:07 +00:00
Stanislav Malyshev
c75f5d642c
document spl_object_hash()
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@223151 c90b9560-bf6c-de11-be94-00142212c4b1
2006-11-10 21:12:19 +00:00
Dave Barr
e86398e2cb
- Typos.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@219619 c90b9560-bf6c-de11-be94-00142212c4b1
2006-09-08 08:48:16 +00:00
Nuno Lopes
9b6b17646b
I forgot to commit this one yesterday (fix proto). thanks to Hannes for the reminder.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@218032 c90b9560-bf6c-de11-be94-00142212c4b1
2006-08-12 16:03:19 +00:00
Yannick Torres
0ae46893c9
typo
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@217577 c90b9560-bf6c-de11-be94-00142212c4b1
2006-08-05 22:49:07 +00:00
Yannick Torres
b4574615a0
typo
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@217576 c90b9560-bf6c-de11-be94-00142212c4b1
2006-08-05 22:47:15 +00:00
TAKAGI Masahiro
bca5e40660
typo.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@213754 c90b9560-bf6c-de11-be94-00142212c4b1
2006-05-25 18:23:56 +00:00
TAKAGI Masahiro
1ddc19b238
typo.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@213750 c90b9560-bf6c-de11-be94-00142212c4b1
2006-05-25 16:45:05 +00:00
TAKAGI Masahiro
1c78506dec
fix build.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@213749 c90b9560-bf6c-de11-be94-00142212c4b1
2006-05-25 16:32:03 +00:00
Marcus Boerger
587de9309a
- Add docu
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@213744 c90b9560-bf6c-de11-be94-00142212c4b1
2006-05-25 15:21:35 +00:00
Jakub Vrana
0a652bfcc9
Mention parents (bug #34455 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@195871 c90b9560-bf6c-de11-be94-00142212c4b1
2005-09-12 13:09:37 +00:00
Nuno Lopes
a9a7708550
nuke the stupid tab. sorry
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@192386 c90b9560-bf6c-de11-be94-00142212c4b1
2005-08-04 11:02:17 +00:00
Nuno Lopes
f1f445c6c6
update the output of the example. thanks to jsgoupil
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@192385 c90b9560-bf6c-de11-be94-00142212c4b1
2005-08-04 10:59:37 +00:00
Nuno Lopes
6b5fcd3f61
fix #33853 and a user note: missing description & changelog for the autoload parameter
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@192086 c90b9560-bf6c-de11-be94-00142212c4b1
2005-08-01 22:29:40 +00:00
Jakub Vrana
72b0023625
Fix parameters
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@188957 c90b9560-bf6c-de11-be94-00142212c4b1
2005-06-21 13:56:28 +00:00
Jakub Vrana
9c43f894a1
Fix parameters and function names
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@185775 c90b9560-bf6c-de11-be94-00142212c4b1
2005-05-04 09:39:11 +00:00
Marcus Boerger
febda355ba
- Update
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@184238 c90b9560-bf6c-de11-be94-00142212c4b1
2005-04-12 22:10:08 +00:00
Nuno Lopes
786e4eeac0
switch to new style and document the ability to pass strings in PHP 5.1
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@184151 c90b9560-bf6c-de11-be94-00142212c4b1
2005-04-11 15:21:21 +00:00
Nuno Lopes
e20a4c53c1
WS
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@184148 c90b9560-bf6c-de11-be94-00142212c4b1
2005-04-11 15:11:38 +00:00
Marcus Boerger
f3714b127f
- Fix docu
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@182768 c90b9560-bf6c-de11-be94-00142212c4b1
2005-03-24 11:07:10 +00:00
Kenneth Schwartz
d259129bb0
use example.outputs[.similar] entity
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@181877 c90b9560-bf6c-de11-be94-00142212c4b1
2005-03-11 16:11:52 +00:00
Antony Dovgal
6ee24aaee1
fix func name
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@175912 c90b9560-bf6c-de11-be94-00142212c4b1
2004-12-29 17:10:29 +00:00
Antony Dovgal
40e60d86f6
more typos
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@175908 c90b9560-bf6c-de11-be94-00142212c4b1
2004-12-29 16:09:52 +00:00
Antony Dovgal
d9355fd6e9
typo
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@175892 c90b9560-bf6c-de11-be94-00142212c4b1
2004-12-29 13:49:37 +00:00
Jakub Vrana
28a256225c
Change "object" to specific objects
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@172545 c90b9560-bf6c-de11-be94-00142212c4b1
2004-11-12 12:53:22 +00:00
Jakub Vrana
df1bfeb3e3
Fix protos
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@172498 c90b9560-bf6c-de11-be94-00142212c4b1
2004-11-11 14:54:25 +00:00
Jakub Vrana
286b3a9cec
Classes -> interfaces (bug #30691 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@172152 c90b9560-bf6c-de11-be94-00142212c4b1
2004-11-05 12:16:51 +00:00
Nuno Lopes
b75802bd35
more SPL funcs
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@170090 c90b9560-bf6c-de11-be94-00142212c4b1
2004-10-08 18:58:40 +00:00
Nuno Lopes
a460ac7302
add more SPL funcs
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@170087 c90b9560-bf6c-de11-be94-00142212c4b1
2004-10-08 18:37:05 +00:00
Nuno Lopes
6cbff88328
fix #29960 : wrong file*() protos
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@167947 c90b9560-bf6c-de11-be94-00142212c4b1
2004-09-03 19:01:43 +00:00
Jakub Vrana
a1ddba3e96
rtrim($refpurpose, '.')
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166882 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-20 09:37:01 +00:00
Dave Barr
5aa855b67e
- Typo.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166223 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-13 01:00:48 +00:00
Nuno Lopes
5a16136a60
fix example's title
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@158230 c90b9560-bf6c-de11-be94-00142212c4b1
2004-05-09 08:44:37 +00:00
Nuno Lopes
082f07dd74
fix some protos and typos
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@158099 c90b9560-bf6c-de11-be94-00142212c4b1
2004-05-06 15:35:04 +00:00
Nuno Lopes
8214f416b1
typo
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@158095 c90b9560-bf6c-de11-be94-00142212c4b1
2004-05-06 15:22:04 +00:00
Nuno Lopes
de9c625e7c
more spl protos
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@158093 c90b9560-bf6c-de11-be94-00142212c4b1
2004-05-06 15:04:00 +00:00
Nuno Lopes
4cfcf83b37
fix livedocs build (renaming IDs back to original
...
fix some protos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@157631 c90b9560-bf6c-de11-be94-00142212c4b1
2004-04-30 14:32:27 +00:00
Nuno Lopes
080c13e3af
more one spl function
...
#need help here. there are lots of functions in spl
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@157512 c90b9560-bf6c-de11-be94-00142212c4b1
2004-04-29 15:06:54 +00:00
Nuno Lopes
b8e0dafefc
spl extension continues to grow: two new functions protos
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@157414 c90b9560-bf6c-de11-be94-00142212c4b1
2004-04-28 17:32:29 +00:00
Damien Seguy
aa971bd5de
id should be in lowercase
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@156823 c90b9560-bf6c-de11-be94-00142212c4b1
2004-04-22 14:56:38 +00:00
Nuno Lopes
71f2a8edd2
completing spl/array docs
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@155856 c90b9560-bf6c-de11-be94-00142212c4b1
2004-04-13 15:14:06 +00:00
Nuno Lopes
4d76cf9220
some initial docs and examples for spl/arrays
...
#can somebody check my poor english, please?
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@155850 c90b9560-bf6c-de11-be94-00142212c4b1
2004-04-13 14:20:11 +00:00
Nuno Lopes
1ff283cfe7
ooh that copy-paste
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@155748 c90b9560-bf6c-de11-be94-00142212c4b1
2004-04-11 15:13:21 +00:00
Nuno Lopes
f11939d382
adding missing functions of SPL: SimpleXML iterators
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@155747 c90b9560-bf6c-de11-be94-00142212c4b1
2004-04-11 15:07:57 +00:00
Nuno Lopes
274de5b442
correcting parameters
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@155746 c90b9560-bf6c-de11-be94-00142212c4b1
2004-04-11 14:54:24 +00:00
Nuno Lopes
eee4c61e70
hasMore has been replaced by valid
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@155745 c90b9560-bf6c-de11-be94-00142212c4b1
2004-04-11 14:36:33 +00:00
Nuno Lopes
89c481ecf1
fix #27653
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@154067 c90b9560-bf6c-de11-be94-00142212c4b1
2004-03-19 14:52:17 +00:00
Mehdi Achour
7de874a276
another typo
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@152921 c90b9560-bf6c-de11-be94-00142212c4b1
2004-03-04 16:42:18 +00:00
Mehdi Achour
8baedb1d30
typo
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@152920 c90b9560-bf6c-de11-be94-00142212c4b1
2004-03-04 16:31:39 +00:00
Nuno Lopes
954ec32ad5
forgot this
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@152235 c90b9560-bf6c-de11-be94-00142212c4b1
2004-02-24 10:51:40 +00:00