Commit graph

21 commits

Author SHA1 Message Date
George Peter Banyard
fda6c4efe2
Update SPL class construtor pages (#1466)
Add missing changelogs for changes in PHP 8
2022-04-07 12:40:48 +01:00
Máté Kocsis
60809ebcf7
Generate ext/spl methodsynopses based on stubs (#624) 2021-08-11 23:44:41 +02:00
Jakub Vrana
b8758b0605 Use entities in initializer
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343899 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-25 19:11:34 +00:00
Christoph Michael Becker
b23296d191 Fix broken build
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343794 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-09 12:43:05 +00:00
Pasindu De Silva
57f35653b4 Added an examples to getsubpath and getsubpathname methods.
-- 
Provided by anonymous 86700 (tim_siebels_aurich@yahoo.de)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343791 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-09 12:02:21 +00:00
Simion Onea
14af302c9c Making the XML definition consistent across the entire project.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334762 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-05 07:44:07 +00:00
Levi Morrison
a516cd8177 All iterators must be rewound before use. This one was found via bug report 62914.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333155 c90b9560-bf6c-de11-be94-00142212c4b1
2014-03-28 19:41:52 +00:00
Jakub Vrana
d501e1e413 Default value
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326109 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-12 00:11:08 +00:00
Jakub Vrana
81ee02feed Methods visibility
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322381 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-17 08:20:53 +00:00
Jakub Vrana
692b4ef447 Returns mixed
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322179 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-13 10:32:04 +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
faf5450a96 fleshed out recursivedirectoryiterator constructor page
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@302620 c90b9560-bf6c-de11-be94-00142212c4b1
2010-08-21 18:27:03 +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
Philip Olson
03aa69c5b9 added skeletons for remaining RecursiveDirectoryIterator methods
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@289401 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-09 05:24:48 +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
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
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
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