php-doc-en/reference/spl
Peter Cowburn b77d30fcc8 typofix for doc bug #75498
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343380 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-08 09:16:36 +00:00
..
appenditerator Fix method prototype 2016-07-10 11:37:14 +00:00
arrayiterator Document ArrayIterator::uasort() and ::uksort() 2017-09-21 09:18:21 +00:00
arrayobject Making the XML definition consistent across the entire project. 2014-09-05 07:44:07 +00:00
cachingiterator fixed type info of flags (fixes #70355) 2015-08-25 11:53:45 +00:00
callbackfilteriterator
countable Revert r333536 Fixed version number in changelog 2014-10-26 01:28:08 +00:00
directoryiterator Making the XML definition consistent across the entire project. 2014-09-05 07:44:07 +00:00
emptyiterator Resolve doc bug #71324 2016-01-10 16:49:58 +00:00
filesystemiterator Let's use __DIR__ 2014-06-01 13:10:36 +00:00
filteriterator fixed example (by Mantas Urnieža) 2016-01-15 18:14:22 +00:00
functions typofix for doc bug #75498 2017-11-08 09:16:36 +00:00
globiterator
infiniteiterator
iteratoriterator
limititerator Making the XML definition consistent across the entire project. 2014-09-05 07:44:07 +00:00
multipleiterator Resolve doc bug #71325 2016-01-10 16:44:57 +00:00
norewinditerator Making the XML definition consistent across the entire project. 2014-09-05 07:44:07 +00:00
outeriterator
parentiterator Making the XML definition consistent across the entire project. 2014-09-05 07:44:07 +00:00
recursivearrayiterator Making the XML definition consistent across the entire project. 2014-09-05 07:44:07 +00:00
recursivecachingiterator Making the XML definition consistent across the entire project. 2014-09-05 07:44:07 +00:00
recursivecallbackfilteriterator Resolve doc bug #71326 2016-01-10 16:32:09 +00:00
recursivedirectoryiterator Making the XML definition consistent across the entire project. 2014-09-05 07:44:07 +00:00
recursivefilteriterator
recursiveiterator typo (by anonymous) 2017-02-28 06:53:01 +00:00
recursiveiteratoriterator Making the XML definition consistent across the entire project. 2014-09-05 07:44:07 +00:00
recursiveregexiterator Making the XML definition consistent across the entire project. 2014-09-05 07:44:07 +00:00
recursivetreeiterator
regexiterator Add error section 2016-10-18 11:14:50 +00:00
seekableiterator
spldoublylinkedlist Making the XML definition consistent across the entire project. 2014-09-05 07:44:07 +00:00
splfileinfo Added example for "virtual" file handlers 2017-03-21 11:31:26 +00:00
splfileobject Fix the fix for LOCK_NB on Windows, it seems that the SPL docs was wrong. Added flock()'s changelog to the SPL docs as well 2017-07-24 21:03:28 +00:00
splfixedarray As described in https://www.reddit.com/r/lolphp/comments/67w98x/prototype_says_it_returns_an_int_doc_says_it/ the prototype indicates that it returns an int, the return description says it does not return values and execution of the function seems to return bool. I checked PHP source code and seems that the only value returned is bool, therefore I updated the docs accordingly. 2017-08-21 11:36:07 +00:00
splheap Making the XML definition consistent across the entire project. 2014-09-05 07:44:07 +00:00
splmaxheap Making the XML definition consistent across the entire project. 2014-09-05 07:44:07 +00:00
splminheap Making the XML definition consistent across the entire project. 2014-09-05 07:44:07 +00:00
splobjectstorage
splobserver
splpriorityqueue Fix typo (by Shaunak Sontakke <shaunak.s@gmail.com>) 2016-07-10 12:14:00 +00:00
splqueue Making the XML definition consistent across the entire project. 2014-09-05 07:44:07 +00:00
splstack Making the XML definition consistent across the entire project. 2014-09-05 07:44:07 +00:00
splsubject
spltempfileobject
appenditerator.xml
arrayiterator.xml
arrayobject.xml
badfunctioncallexception.xml
badmethodcallexception.xml
book.xml Anonymous contributions 2014-12-30 12:29:17 +00:00
cachingiterator.xml
callbackfilteriterator.xml
constants.xml Making the XML definition consistent across the entire project. 2014-09-05 07:44:07 +00:00
countable.xml
datastructures.xml fixed typos, grammar, expression 2015-06-13 22:22:45 +00:00
directoryiterator.xml
domainexception.xml
emptyiterator.xml
exceptions.xml Making the XML definition consistent across the entire project. 2014-09-05 07:44:07 +00:00
files.xml Making the XML definition consistent across the entire project. 2014-09-05 07:44:07 +00:00
filesystemiterator.xml Document #72582: RecursiveDirectoryIterator with UNIX_PATHS flag doesn't work 2016-07-13 17:19:57 +00:00
filteriterator.xml
globiterator.xml
infiniteiterator.xml
interfaces.xml Making the XML definition consistent across the entire project. 2014-09-05 07:44:07 +00:00
invalidargumentexception.xml
iteratoriterator.xml fixed validation error 2015-07-23 22:16:25 +00:00
iterators.xml Making the XML definition consistent across the entire project. 2014-09-05 07:44:07 +00:00
lengthexception.xml
limititerator.xml
logicexception.xml grammar 2014-03-29 21:55:26 +00:00
miscellaneous.xml Making the XML definition consistent across the entire project. 2014-09-05 07:44:07 +00:00
multipleiterator.xml
norewinditerator.xml
outeriterator.xml
outofboundsexception.xml
outofrangeexception.xml
overflowexception.xml
parentiterator.xml
rangeexception.xml
recursivearrayiterator.xml Add simple documentation for the CHILD_ARRAYS_ONLY flag for RecursiveArrayIterator that was added as a fix to Bug #38618 back in the 5.3.0 release. 2017-02-21 10:46:22 +00:00
recursivecachingiterator.xml
recursivecallbackfilteriterator.xml
recursivedirectoryiterator.xml
recursivefilteriterator.xml
recursiveiterator.xml
recursiveiteratoriterator.xml
recursiveregexiterator.xml
recursivetreeiterator.xml
reference.xml Making the XML definition consistent across the entire project. 2014-09-05 07:44:07 +00:00
regexiterator.xml
runtimeexception.xml
seekableiterator.xml Typo in example 2014-03-29 21:53:30 +00:00
setup.xml
spldoublylinkedlist.xml
splfileinfo.xml
splfileobject.xml
splfixedarray.xml
splheap.xml
splmaxheap.xml
splminheap.xml
splobjectstorage.xml
splobserver.xml
splpriorityqueue.xml typo fix by matthew rummler 2015-08-06 23:31:54 +00:00
splqueue.xml
splstack.xml
splsubject.xml
spltempfileobject.xml
underflowexception.xml
unexpectedvalueexception.xml
versions.xml Update version information to include PHP 7. 2016-01-04 21:40:07 +00:00