php-doc-en/reference/spl/splfixedarray
2017-08-21 11:36:07 +00:00
..
construct.xml
count.xml
current.xml
fromarray.xml
getsize.xml
key.xml
next.xml
offsetexists.xml
offsetget.xml
offsetset.xml
offsetunset.xml
rewind.xml
setsize.xml 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
toarray.xml
valid.xml
wakeup.xml