mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
added constants. correct versions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288098 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
f26bde0fe6
commit
b0b269785c
2 changed files with 91 additions and 64 deletions
|
@ -176,6 +176,18 @@
|
|||
<varname linkend="tokyotyrant.constants.RDBIT_DECIMAL">TokyoTyrant::RDBIT_DECIMAL</varname>
|
||||
<initializer>1</initializer>
|
||||
</fieldsynopsis>
|
||||
<fieldsynopsis>
|
||||
<modifier>const</modifier>
|
||||
<type>integer</type>
|
||||
<varname linkend="tokyotyrant.constants.RDBIT_TOKEN">TokyoTyrant::RDBIT_TOKEN</varname>
|
||||
<initializer>2</initializer>
|
||||
</fieldsynopsis>
|
||||
<fieldsynopsis>
|
||||
<modifier>const</modifier>
|
||||
<type>integer</type>
|
||||
<varname linkend="tokyotyrant.constants.RDBIT_QGRAM">TokyoTyrant::RDBIT_QGRAM</varname>
|
||||
<initializer>3</initializer>
|
||||
</fieldsynopsis>
|
||||
<fieldsynopsis>
|
||||
<modifier>const</modifier>
|
||||
<type>integer</type>
|
||||
|
@ -461,6 +473,20 @@
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry xml:id="tokyotyrant.constants.RDBIT_TOKEN">
|
||||
<term><constant>TokyoTyrant::RDBIT_TOKEN</constant></term>
|
||||
<listitem>
|
||||
<para>token inverted index (Tokyo Tyrant >= 1.1.29)</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry xml:id="tokyotyrant.constants.RDBIT_QGRAM">
|
||||
<term><constant>TokyoTyrant::RDBIT_QGRAM</constant></term>
|
||||
<listitem>
|
||||
<para>QGRAM inverted index (Tokyo Tyrant >= 1.1.29)</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry xml:id="tokyotyrant.constants.RDBIT_OPT">
|
||||
<term><constant>TokyoTyrant::RDBIT_OPT</constant></term>
|
||||
<listitem>
|
||||
|
|
|
@ -11,70 +11,71 @@ Example entries:
|
|||
-->
|
||||
<versions>
|
||||
<!-- Methods -->
|
||||
<function name='tokyotyrant::__construct' from='PECL tokyo_tyrant >= Unknown'/>
|
||||
<function name='tokyotyrant::connect' from='PECL tokyo_tyrant >= Unknown'/>
|
||||
<function name='tokyotyrant::connecturi' from='PECL tokyo_tyrant >= Unknown'/>
|
||||
<function name='tokyotyrant::vanish' from='PECL tokyo_tyrant >= Unknown'/>
|
||||
<function name='tokyotyrant::stat' from='PECL tokyo_tyrant >= Unknown'/>
|
||||
<function name='tokyotyrant::fwmkeys' from='PECL tokyo_tyrant >= Unknown'/>
|
||||
<function name='tokyotyrant::size' from='PECL tokyo_tyrant >= Unknown'/>
|
||||
<function name='tokyotyrant::num' from='PECL tokyo_tyrant >= Unknown'/>
|
||||
<function name='tokyotyrant::sync' from='PECL tokyo_tyrant >= Unknown'/>
|
||||
<function name='tokyotyrant::ext' from='PECL tokyo_tyrant >= Unknown'/>
|
||||
<function name='tokyotyrant::copy' from='PECL tokyo_tyrant >= Unknown'/>
|
||||
<function name='tokyotyrant::restore' from='PECL tokyo_tyrant >= Unknown'/>
|
||||
<function name='tokyotyrant::setmaster' from='PECL tokyo_tyrant >= Unknown'/>
|
||||
<function name='tokyotyrant::put' from='PECL tokyo_tyrant >= Unknown'/>
|
||||
<function name='tokyotyrant::putkeep' from='PECL tokyo_tyrant >= Unknown'/>
|
||||
<function name='tokyotyrant::putcat' from='PECL tokyo_tyrant >= Unknown'/>
|
||||
<function name='tokyotyrant::putnr' from='PECL tokyo_tyrant >= Unknown'/>
|
||||
<function name='tokyotyrant::putshl' from='PECL tokyo_tyrant >= Unknown'/>
|
||||
<function name='tokyotyrant::get' from='PECL tokyo_tyrant >= Unknown'/>
|
||||
<function name='tokyotyrant::out' from='PECL tokyo_tyrant >= Unknown'/>
|
||||
<function name='tokyotyrant::add' from='PECL tokyo_tyrant >= Unknown'/>
|
||||
<function name='tokyotyranttable::put' from='PECL tokyo_tyrant >= Unknown'/>
|
||||
<function name='tokyotyranttable::putkeep' from='PECL tokyo_tyrant >= Unknown'/>
|
||||
<function name='tokyotyranttable::putcat' from='PECL tokyo_tyrant >= Unknown'/>
|
||||
<function name='tokyotyranttable::putnr' from='PECL tokyo_tyrant >= Unknown'/>
|
||||
<function name='tokyotyranttable::putshl' from='PECL tokyo_tyrant >= Unknown'/>
|
||||
<function name='tokyotyranttable::get' from='PECL tokyo_tyrant >= Unknown'/>
|
||||
<function name='tokyotyranttable::out' from='PECL tokyo_tyrant >= Unknown'/>
|
||||
<function name='tokyotyranttable::add' from='PECL tokyo_tyrant >= Unknown'/>
|
||||
<function name='tokyotyranttable::setindex' from='PECL tokyo_tyrant >= Unknown'/>
|
||||
<function name='tokyotyranttable::getquery' from='PECL tokyo_tyrant >= Unknown'/>
|
||||
<function name='tokyotyranttable::genuid' from='PECL tokyo_tyrant >= Unknown'/>
|
||||
<function name='tokyotyranttable::__construct' from='PECL tokyo_tyrant >= Unknown'/>
|
||||
<function name='tokyotyranttable::connect' from='PECL tokyo_tyrant >= Unknown'/>
|
||||
<function name='tokyotyranttable::connecturi' from='PECL tokyo_tyrant >= Unknown'/>
|
||||
<function name='tokyotyranttable::vanish' from='PECL tokyo_tyrant >= Unknown'/>
|
||||
<function name='tokyotyranttable::stat' from='PECL tokyo_tyrant >= Unknown'/>
|
||||
<function name='tokyotyranttable::fwmkeys' from='PECL tokyo_tyrant >= Unknown'/>
|
||||
<function name='tokyotyranttable::size' from='PECL tokyo_tyrant >= Unknown'/>
|
||||
<function name='tokyotyranttable::num' from='PECL tokyo_tyrant >= Unknown'/>
|
||||
<function name='tokyotyranttable::sync' from='PECL tokyo_tyrant >= Unknown'/>
|
||||
<function name='tokyotyranttable::ext' from='PECL tokyo_tyrant >= Unknown'/>
|
||||
<function name='tokyotyranttable::copy' from='PECL tokyo_tyrant >= Unknown'/>
|
||||
<function name='tokyotyranttable::restore' from='PECL tokyo_tyrant >= Unknown'/>
|
||||
<function name='tokyotyranttable::setmaster' from='PECL tokyo_tyrant >= Unknown'/>
|
||||
<function name='tokyotyrantquery::__construct' from='PECL tokyo_tyrant >= Unknown'/>
|
||||
<function name='tokyotyrantquery::addcond' from='PECL tokyo_tyrant >= Unknown'/>
|
||||
<function name='tokyotyrantquery::setlimit' from='PECL tokyo_tyrant >= Unknown'/>
|
||||
<function name='tokyotyrantquery::search' from='PECL tokyo_tyrant >= Unknown'/>
|
||||
<function name='tokyotyrantquery::out' from='PECL tokyo_tyrant >= Unknown'/>
|
||||
<function name='tokyotyrantquery::key' from='PECL tokyo_tyrant >= Unknown'/>
|
||||
<function name='tokyotyrantquery::next' from='PECL tokyo_tyrant >= Unknown'/>
|
||||
<function name='tokyotyrantquery::rewind' from='PECL tokyo_tyrant >= Unknown'/>
|
||||
<function name='tokyotyrantquery::current' from='PECL tokyo_tyrant >= Unknown'/>
|
||||
<function name='tokyotyrantquery::valid' from='PECL tokyo_tyrant >= Unknown'/>
|
||||
<function name='tokyotyrantexception::__clone' from='PECL tokyo_tyrant >= Unknown'/>
|
||||
<function name='tokyotyrantexception::__construct' from='PECL tokyo_tyrant >= Unknown'/>
|
||||
<function name='tokyotyrantexception::getmessage' from='PECL tokyo_tyrant >= Unknown'/>
|
||||
<function name='tokyotyrantexception::getcode' from='PECL tokyo_tyrant >= Unknown'/>
|
||||
<function name='tokyotyrantexception::getfile' from='PECL tokyo_tyrant >= Unknown'/>
|
||||
<function name='tokyotyrantexception::getline' from='PECL tokyo_tyrant >= Unknown'/>
|
||||
<function name='tokyotyrantexception::gettrace' from='PECL tokyo_tyrant >= Unknown'/>
|
||||
<function name='tokyotyrantexception::gettraceasstring' from='PECL tokyo_tyrant >= Unknown'/>
|
||||
<function name='tokyotyrantexception::__tostring' from='PECL tokyo_tyrant >= Unknown'/>
|
||||
<function name='tokyotyrant::__construct' from='PECL tokyo_tyrant >= 0.1.0'/>
|
||||
<function name='tokyotyrant::connect' from='PECL tokyo_tyrant >= 0.1.0'/>
|
||||
<function name='tokyotyrant::connecturi' from='PECL tokyo_tyrant >= 0.1.0'/>
|
||||
<function name='tokyotyrant::vanish' from='PECL tokyo_tyrant >= 0.1.0'/>
|
||||
<function name='tokyotyrant::stat' from='PECL tokyo_tyrant >= 0.1.0'/>
|
||||
<function name='tokyotyrant::fwmkeys' from='PECL tokyo_tyrant >= 0.1.0'/>
|
||||
<function name='tokyotyrant::size' from='PECL tokyo_tyrant >= 0.1.0'/>
|
||||
<function name='tokyotyrant::num' from='PECL tokyo_tyrant >= 0.1.0'/>
|
||||
<function name='tokyotyrant::sync' from='PECL tokyo_tyrant >= 0.1.0'/>
|
||||
<function name='tokyotyrant::ext' from='PECL tokyo_tyrant >= 0.1.0'/>
|
||||
<function name='tokyotyrant::copy' from='PECL tokyo_tyrant >= 0.1.0'/>
|
||||
<function name='tokyotyrant::restore' from='PECL tokyo_tyrant >= 0.1.0'/>
|
||||
<function name='tokyotyrant::setmaster' from='PECL tokyo_tyrant >= 0.1.0'/>
|
||||
<function name='tokyotyrant::put' from='PECL tokyo_tyrant >= 0.1.0'/>
|
||||
<function name='tokyotyrant::putkeep' from='PECL tokyo_tyrant >= 0.1.0'/>
|
||||
<function name='tokyotyrant::putcat' from='PECL tokyo_tyrant >= 0.1.0'/>
|
||||
<function name='tokyotyrant::putnr' from='PECL tokyo_tyrant >= 0.1.0'/>
|
||||
<function name='tokyotyrant::putshl' from='PECL tokyo_tyrant >= 0.1.0'/>
|
||||
<function name='tokyotyrant::get' from='PECL tokyo_tyrant >= 0.1.0'/>
|
||||
<function name='tokyotyrant::out' from='PECL tokyo_tyrant >= 0.1.0'/>
|
||||
<function name='tokyotyrant::add' from='PECL tokyo_tyrant >= 0.1.0'/>
|
||||
<function name='tokyotyrant::tune' from='PECL tokyo_tyrant >= 0.2.0'/>
|
||||
<function name='tokyotyranttable::put' from='PECL tokyo_tyrant >= 0.1.0'/>
|
||||
<function name='tokyotyranttable::putkeep' from='PECL tokyo_tyrant >= 0.1.0'/>
|
||||
<function name='tokyotyranttable::putcat' from='PECL tokyo_tyrant >= 0.1.0'/>
|
||||
<function name='tokyotyranttable::putnr' from='PECL tokyo_tyrant >= 0.1.0'/>
|
||||
<function name='tokyotyranttable::putshl' from='PECL tokyo_tyrant >= 0.1.0'/>
|
||||
<function name='tokyotyranttable::get' from='PECL tokyo_tyrant >= 0.1.0'/>
|
||||
<function name='tokyotyranttable::out' from='PECL tokyo_tyrant >= 0.1.0'/>
|
||||
<function name='tokyotyranttable::add' from='PECL tokyo_tyrant >= 0.1.0'/>
|
||||
<function name='tokyotyranttable::setindex' from='PECL tokyo_tyrant >= 0.1.0'/>
|
||||
<function name='tokyotyranttable::getquery' from='PECL tokyo_tyrant >= 0.1.0'/>
|
||||
<function name='tokyotyranttable::genuid' from='PECL tokyo_tyrant >= 0.1.0'/>
|
||||
<function name='tokyotyranttable::__construct' from='PECL tokyo_tyrant >= 0.1.0'/>
|
||||
<function name='tokyotyranttable::connect' from='PECL tokyo_tyrant >= 0.1.0'/>
|
||||
<function name='tokyotyranttable::connecturi' from='PECL tokyo_tyrant >= 0.1.0'/>
|
||||
<function name='tokyotyranttable::vanish' from='PECL tokyo_tyrant >= 0.1.0'/>
|
||||
<function name='tokyotyranttable::stat' from='PECL tokyo_tyrant >= 0.1.0'/>
|
||||
<function name='tokyotyranttable::fwmkeys' from='PECL tokyo_tyrant >= 0.1.0'/>
|
||||
<function name='tokyotyranttable::size' from='PECL tokyo_tyrant >= 0.1.0'/>
|
||||
<function name='tokyotyranttable::num' from='PECL tokyo_tyrant >= 0.1.0'/>
|
||||
<function name='tokyotyranttable::sync' from='PECL tokyo_tyrant >= 0.1.0'/>
|
||||
<function name='tokyotyranttable::ext' from='PECL tokyo_tyrant >= 0.1.0'/>
|
||||
<function name='tokyotyranttable::copy' from='PECL tokyo_tyrant >= 0.1.0'/>
|
||||
<function name='tokyotyranttable::restore' from='PECL tokyo_tyrant >= 0.1.0'/>
|
||||
<function name='tokyotyranttable::setmaster' from='PECL tokyo_tyrant >= 0.1.0'/>
|
||||
<function name='tokyotyrantquery::__construct' from='PECL tokyo_tyrant >= 0.1.0'/>
|
||||
<function name='tokyotyrantquery::addcond' from='PECL tokyo_tyrant >= 0.1.0'/>
|
||||
<function name='tokyotyrantquery::setlimit' from='PECL tokyo_tyrant >= 0.1.0'/>
|
||||
<function name='tokyotyrantquery::search' from='PECL tokyo_tyrant >= 0.1.0'/>
|
||||
<function name='tokyotyrantquery::out' from='PECL tokyo_tyrant >= 0.1.0'/>
|
||||
<function name='tokyotyrantquery::key' from='PECL tokyo_tyrant >= 0.1.0'/>
|
||||
<function name='tokyotyrantquery::next' from='PECL tokyo_tyrant >= 0.1.0'/>
|
||||
<function name='tokyotyrantquery::rewind' from='PECL tokyo_tyrant >= 0.1.0'/>
|
||||
<function name='tokyotyrantquery::current' from='PECL tokyo_tyrant >= 0.1.0'/>
|
||||
<function name='tokyotyrantquery::valid' from='PECL tokyo_tyrant >= 0.1.0'/>
|
||||
<function name='tokyotyrantexception::__clone' from='PECL tokyo_tyrant >= 0.1.0'/>
|
||||
<function name='tokyotyrantexception::__construct' from='PECL tokyo_tyrant >= 0.1.0'/>
|
||||
<function name='tokyotyrantexception::getmessage' from='PECL tokyo_tyrant >= 0.1.0'/>
|
||||
<function name='tokyotyrantexception::getcode' from='PECL tokyo_tyrant >= 0.1.0'/>
|
||||
<function name='tokyotyrantexception::getfile' from='PECL tokyo_tyrant >= 0.1.0'/>
|
||||
<function name='tokyotyrantexception::getline' from='PECL tokyo_tyrant >= 0.1.0'/>
|
||||
<function name='tokyotyrantexception::gettrace' from='PECL tokyo_tyrant >= 0.1.0'/>
|
||||
<function name='tokyotyrantexception::gettraceasstring' from='PECL tokyo_tyrant >= 0.1.0'/>
|
||||
<function name='tokyotyrantexception::__tostring' from='PECL tokyo_tyrant >= 0.1.0'/>
|
||||
</versions>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
|
|
Loading…
Reference in a new issue