mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Added version information for APCIterator
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299729 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
aea2855eea
commit
fab14e20d6
1 changed files with 11 additions and 0 deletions
|
@ -23,6 +23,17 @@
|
|||
<function name='apc_load_constants' from='PECL apc >= 3.0.0'/>
|
||||
<function name='apc_sma_info' from='PECL apc >= 2.0.0'/>
|
||||
<function name='apc_store' from='PECL apc >= 3.0.0'/>
|
||||
|
||||
<function name='APCIterator::__construct' from='PECL apc >= 3.1.1'/>
|
||||
<function name='APCIterator::current' from='PECL apc >= 3.1.1'/>
|
||||
<function name='APCIterator::getTotalCount' from='PECL apc >= 3.1.1'/>
|
||||
<function name='APCIterator::getTotalHits' from='PECL apc >= 3.1.1'/>
|
||||
<function name='APCIterator::getTotalSize' from='PECL apc >= 3.1.1'/>
|
||||
<function name='APCIterator::key' from='PECL apc >= 3.1.1'/>
|
||||
<function name='APCIterator::next' from='PECL apc >= 3.1.1'/>
|
||||
<function name='APCIterator::rewind' from='PECL apc >= 3.1.1'/>
|
||||
<function name='APCIterator::valid' from='PECL apc >= 3.1.1'/>
|
||||
|
||||
</versions>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
|
|
Loading…
Reference in a new issue