mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Put PHP 5.5 methods to versions.xml
Generated by http://pastebin.com/s5DSrPc3 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330251 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
f621ea25b0
commit
e0fc301e08
4 changed files with 43 additions and 3 deletions
|
@ -33,6 +33,16 @@
|
|||
<function name='curl_strerror' from='PHP 5 >= 5.5.0'/>
|
||||
<function name='curl_unescape' from='PHP 5 >= 5.5.0'/>
|
||||
<function name='curl_version' from='PHP 4 >= 4.0.2, PHP 5'/>
|
||||
|
||||
<!-- Classes -->
|
||||
<function name='curlfile' from='PHP 5 >= 5.5.0'/>
|
||||
<function name='curlfile::__construct' from='PHP 5 >= 5.5.0'/>
|
||||
<function name='curlfile::__wakeup' from='PHP 5 >= 5.5.0'/>
|
||||
<function name='curlfile::getfilename' from='PHP 5 >= 5.5.0'/>
|
||||
<function name='curlfile::getmimetype' from='PHP 5 >= 5.5.0'/>
|
||||
<function name='curlfile::getpostfilename' from='PHP 5 >= 5.5.0'/>
|
||||
<function name='curlfile::setmimetype' from='PHP 5 >= 5.5.0'/>
|
||||
<function name='curlfile::setpostfilename' from='PHP 5 >= 5.5.0'/>
|
||||
</versions>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
|
|
|
@ -26,8 +26,30 @@
|
|||
<function name='datetime::settimestamp' from='PHP 5 >= 5.3.0'/>
|
||||
<function name='datetime::sub' from='PHP 5 >= 5.3.0'/>
|
||||
|
||||
<function name='datetimeimmutable' from='PHP 5 >= 5.5.0'/>
|
||||
<function name='datetimeimmutable::__construct' from='PHP 5 >= 5.5.0'/>
|
||||
<function name='datetimeimmutable::__wakeup' from='PHP 5 >= 5.5.0'/>
|
||||
<function name='datetimeimmutable::__set_state' from='PHP 5 >= 5.5.0'/>
|
||||
<function name='datetimeimmutable::createfromformat' from='PHP 5 >= 5.5.0'/>
|
||||
<function name='datetimeimmutable::getlasterrors' from='PHP 5 >= 5.5.0'/>
|
||||
<function name='datetimeimmutable::format' from='PHP 5 >= 5.5.0'/>
|
||||
<function name='datetimeimmutable::gettimezone' from='PHP 5 >= 5.5.0'/>
|
||||
<function name='datetimeimmutable::getoffset' from='PHP 5 >= 5.5.0'/>
|
||||
<function name='datetimeimmutable::gettimestamp' from='PHP 5 >= 5.5.0'/>
|
||||
<function name='datetimeimmutable::diff' from='PHP 5 >= 5.5.0'/>
|
||||
<function name='datetimeimmutable::modify' from='PHP 5 >= 5.5.0'/>
|
||||
<function name='datetimeimmutable::add' from='PHP 5 >= 5.5.0'/>
|
||||
<function name='datetimeimmutable::sub' from='PHP 5 >= 5.5.0'/>
|
||||
<function name='datetimeimmutable::settimezone' from='PHP 5 >= 5.5.0'/>
|
||||
<function name='datetimeimmutable::settime' from='PHP 5 >= 5.5.0'/>
|
||||
<function name='datetimeimmutable::setdate' from='PHP 5 >= 5.5.0'/>
|
||||
<function name='datetimeimmutable::setisodate' from='PHP 5 >= 5.5.0'/>
|
||||
<function name='datetimeimmutable::settimestamp' from='PHP 5 >= 5.5.0'/>
|
||||
|
||||
<function name='datetimezone' from='PHP 5 >= 5.2.0'/>
|
||||
<function name='datetimezone::__construct' from='PHP 5 >= 5.2.0'/>
|
||||
<function name='datetimezone::__wakeup' from='PHP 5 >= 5.5.0'/>
|
||||
<function name='datetimezone::__set_state' from='PHP 5 >= 5.5.0'/>
|
||||
<function name='datetimezone::getlocation' from='PHP 5 >= 5.3.0'/>
|
||||
<function name='datetimezone::getname' from='PHP 5 >= 5.2.0'/>
|
||||
<function name='datetimezone::getoffset' from='PHP 5 >= 5.2.0'/>
|
||||
|
@ -42,6 +64,8 @@
|
|||
|
||||
<function name='dateperiod' from='PHP 5 >= 5.3.0'/>
|
||||
<function name='dateperiod::__construct' from='PHP 5 >= 5.3.0'/>
|
||||
<function name='dateperiod::__wakeup' from='PHP 5 >= 5.5.0'/>
|
||||
<function name='dateperiod::__set_state' from='PHP 5 >= 5.5.0'/>
|
||||
|
||||
<!-- Functions -->
|
||||
<function name='checkdate' from='PHP 4, PHP 5'/>
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
<function name='reflectionfunctionabstract::innamespace' from='PHP 5 >= 5.3.0'/>
|
||||
<function name='reflectionfunctionabstract::isclosure' from='PHP 5 >= 5.3.0'/>
|
||||
<function name='reflectionfunctionabstract::isdeprecated' from='PHP 5'/>
|
||||
<function name='reflectionfunctionabstract::isgenerator' from='PHP 5 >= 5.5.0'/>
|
||||
<function name='reflectionfunctionabstract::isinternal' from='PHP 5'/>
|
||||
<function name='reflectionfunctionabstract::isuserdefined' from='PHP 5'/>
|
||||
<function name='reflectionfunctionabstract::getdoccomment' from='PHP 5 >= 5.1.0'/>
|
||||
|
@ -53,6 +54,7 @@
|
|||
<function name='reflectionfunction::__tostring' from='PHP 5'/>
|
||||
<function name='reflectionfunction::export' from='PHP 5'/>
|
||||
<function name='reflectionfunction::isdisabled' from='PHP 5'/>
|
||||
<function name='reflectionfunction::isgenerator' from='PHP 5 >= 5.5.0'/>
|
||||
<function name='reflectionfunction::invoke' from='PHP 5'/>
|
||||
<function name='reflectionfunction::invokeargs' from='PHP 5 >= 5.1.0'/>
|
||||
<function name='reflectionfunction::innamespace' from='PHP 5 >= 5.3.0'/>
|
||||
|
@ -98,6 +100,7 @@
|
|||
<function name='reflectionmethod::__construct' from='PHP 5'/>
|
||||
<function name='reflectionmethod::__tostring' from='PHP 5'/>
|
||||
<function name='reflectionmethod::export' from='PHP 5'/>
|
||||
<function name='reflectionmethod::isgenerator' from='PHP 5 >= 5.5.0'/>
|
||||
<function name='reflectionmethod::ispublic' from='PHP 5'/>
|
||||
<function name='reflectionmethod::isprivate' from='PHP 5'/>
|
||||
<function name='reflectionmethod::isprotected' from='PHP 5'/>
|
||||
|
|
|
@ -836,9 +836,10 @@
|
|||
<function name='simplexmliterator::addattribute' from='PHP >= 5.1.3'/>
|
||||
<function name='simplexmliterator::count' from='PHP >= 5.1.3'/>
|
||||
|
||||
<function name='SplDoublyLinkedList' from='PHP 5 >= 5.3.0'/>
|
||||
<function name='SplDoublyLinkedList::__construct' from='PHP 5 >= 5.3.0'/>
|
||||
<function name='SplDoublyLinkedList::pop' from='PHP 5 >= 5.3.0'/>
|
||||
<function name='spldoublylinkedlist' from='PHP 5 >= 5.3.0'/>
|
||||
<function name='spldoublylinkedlist::__construct' from='PHP 5 >= 5.3.0'/>
|
||||
<function name='spldoublylinkedlist::pop' from='PHP 5 >= 5.3.0'/>
|
||||
<function name='spldoublylinkedlist::add' from='PHP 5 >= 5.5.0'/>
|
||||
<function name='spldoublylinkedlist::shift' from='PHP 5 >= 5.3.0'/>
|
||||
<function name='spldoublylinkedlist::push' from='PHP 5 >= 5.3.0'/>
|
||||
<function name='spldoublylinkedlist::unshift' from='PHP 5 >= 5.3.0'/>
|
||||
|
@ -863,6 +864,7 @@
|
|||
|
||||
<function name='splqueue' from='PHP 5 >= 5.3.0'/>
|
||||
<function name='splqueue::__construct' from='PHP 5 >= 5.3.0'/>
|
||||
<function name='splqueue::add' from='PHP 5 >= 5.5.0'/>
|
||||
<function name='splqueue::enqueue' from='PHP 5 >= 5.3.0'/>
|
||||
<function name='splqueue::dequeue' from='PHP 5 >= 5.3.0'/>
|
||||
<function name='splqueue::pop' from='PHP 5 >= 5.3.0'/>
|
||||
|
@ -887,6 +889,7 @@
|
|||
|
||||
<function name='splstack' from='PHP 5 >= 5.3.0'/>
|
||||
<function name='splstack::__construct' from='PHP 5 >= 5.3.0'/>
|
||||
<function name='splstack::add' from='PHP 5 >= 5.5.0'/>
|
||||
<function name='splstack::pop' from='PHP 5 >= 5.3.0'/>
|
||||
<function name='splstack::shift' from='PHP 5 >= 5.3.0'/>
|
||||
<function name='splstack::push' from='PHP 5 >= 5.3.0'/>
|
||||
|
|
Loading…
Reference in a new issue