mirror of
https://github.com/php/doc-en.git
synced 2026-03-24 07:42:10 +01:00
122 lines
6.9 KiB
XML
122 lines
6.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Do NOT translate this file -->
|
|
<versions>
|
|
<!-- Functions -->
|
|
<function name="lcg_value" from="PHP 4, PHP 5, PHP 7, PHP 8" deprecated="PHP 8.4.0"/>
|
|
<function name="mt_srand" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
|
|
<function name="srand" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
|
|
<function name="rand" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
|
|
<function name="mt_rand" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
|
|
<function name="mt_getrandmax" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
|
|
<function name="getrandmax" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
|
|
<function name="random_bytes" from="PHP 7, PHP 8"/>
|
|
<function name="random_int" from="PHP 7, PHP 8"/>
|
|
<!-- Classes and Methods -->
|
|
|
|
<function name='random\engine' from='PHP 8 >= 8.2.0'/>
|
|
<function name='random\engine::generate' from='PHP 8 >= 8.2.0'/>
|
|
|
|
<function name='random\cryptosafeengine' from='PHP 8 >= 8.2.0'/>
|
|
<function name='random\cryptosafeengine::generate' from='PHP 8 >= 8.2.0'/>
|
|
|
|
<function name='random\randomerror' from='PHP 8 >= 8.2.0'/>
|
|
<function name='random\randomerror::__construct' from='PHP 8 >= 8.2.0'/>
|
|
<function name='random\randomerror::__wakeup' from='PHP 8 >= 8.2.0'/>
|
|
<function name='random\randomerror::getmessage' from='PHP 8 >= 8.2.0'/>
|
|
<function name='random\randomerror::getcode' from='PHP 8 >= 8.2.0'/>
|
|
<function name='random\randomerror::getfile' from='PHP 8 >= 8.2.0'/>
|
|
<function name='random\randomerror::getline' from='PHP 8 >= 8.2.0'/>
|
|
<function name='random\randomerror::gettrace' from='PHP 8 >= 8.2.0'/>
|
|
<function name='random\randomerror::getprevious' from='PHP 8 >= 8.2.0'/>
|
|
<function name='random\randomerror::gettraceasstring' from='PHP 8 >= 8.2.0'/>
|
|
<function name='random\randomerror::__tostring' from='PHP 8 >= 8.2.0'/>
|
|
|
|
<function name='random\brokenrandomengineerror' from='PHP 8 >= 8.2.0'/>
|
|
<function name='random\brokenrandomengineerror::__construct' from='PHP 8 >= 8.2.0'/>
|
|
<function name='random\brokenrandomengineerror::__wakeup' from='PHP 8 >= 8.2.0'/>
|
|
<function name='random\brokenrandomengineerror::getmessage' from='PHP 8 >= 8.2.0'/>
|
|
<function name='random\brokenrandomengineerror::getcode' from='PHP 8 >= 8.2.0'/>
|
|
<function name='random\brokenrandomengineerror::getfile' from='PHP 8 >= 8.2.0'/>
|
|
<function name='random\brokenrandomengineerror::getline' from='PHP 8 >= 8.2.0'/>
|
|
<function name='random\brokenrandomengineerror::gettrace' from='PHP 8 >= 8.2.0'/>
|
|
<function name='random\brokenrandomengineerror::getprevious' from='PHP 8 >= 8.2.0'/>
|
|
<function name='random\brokenrandomengineerror::gettraceasstring' from='PHP 8 >= 8.2.0'/>
|
|
<function name='random\brokenrandomengineerror::__tostring' from='PHP 8 >= 8.2.0'/>
|
|
|
|
<function name='random\randomexception' from='PHP 8 >= 8.2.0'/>
|
|
<function name='random\randomexception::__construct' from='PHP 8 >= 8.2.0'/>
|
|
<function name='random\randomexception::__wakeup' from='PHP 8 >= 8.2.0'/>
|
|
<function name='random\randomexception::getmessage' from='PHP 8 >= 8.2.0'/>
|
|
<function name='random\randomexception::getcode' from='PHP 8 >= 8.2.0'/>
|
|
<function name='random\randomexception::getfile' from='PHP 8 >= 8.2.0'/>
|
|
<function name='random\randomexception::getline' from='PHP 8 >= 8.2.0'/>
|
|
<function name='random\randomexception::gettrace' from='PHP 8 >= 8.2.0'/>
|
|
<function name='random\randomexception::getprevious' from='PHP 8 >= 8.2.0'/>
|
|
<function name='random\randomexception::gettraceasstring' from='PHP 8 >= 8.2.0'/>
|
|
<function name='random\randomexception::__tostring' from='PHP 8 >= 8.2.0'/>
|
|
|
|
<function name='random\engine\mt19937' from='PHP 8 >= 8.2.0'/>
|
|
<function name='random\engine\mt19937::__construct' from='PHP 8 >= 8.2.0'/>
|
|
<function name='random\engine\mt19937::generate' from='PHP 8 >= 8.2.0'/>
|
|
<function name='random\engine\mt19937::__serialize' from='PHP 8 >= 8.2.0'/>
|
|
<function name='random\engine\mt19937::__unserialize' from='PHP 8 >= 8.2.0'/>
|
|
<function name='random\engine\mt19937::__debuginfo' from='PHP 8 >= 8.2.0'/>
|
|
|
|
<function name='random\engine\pcgoneseq128xslrr64' from='PHP 8 >= 8.2.0'/>
|
|
<function name='random\engine\pcgoneseq128xslrr64::__construct' from='PHP 8 >= 8.2.0'/>
|
|
<function name='random\engine\pcgoneseq128xslrr64::generate' from='PHP 8 >= 8.2.0'/>
|
|
<function name='random\engine\pcgoneseq128xslrr64::jump' from='PHP 8 >= 8.2.0'/>
|
|
<function name='random\engine\pcgoneseq128xslrr64::__serialize' from='PHP 8 >= 8.2.0'/>
|
|
<function name='random\engine\pcgoneseq128xslrr64::__unserialize' from='PHP 8 >= 8.2.0'/>
|
|
<function name='random\engine\pcgoneseq128xslrr64::__debuginfo' from='PHP 8 >= 8.2.0'/>
|
|
|
|
<function name='random\engine\xoshiro256starstar' from='PHP 8 >= 8.2.0'/>
|
|
<function name='random\engine\xoshiro256starstar::__construct' from='PHP 8 >= 8.2.0'/>
|
|
<function name='random\engine\xoshiro256starstar::generate' from='PHP 8 >= 8.2.0'/>
|
|
<function name='random\engine\xoshiro256starstar::jump' from='PHP 8 >= 8.2.0'/>
|
|
<function name='random\engine\xoshiro256starstar::jumplong' from='PHP 8 >= 8.2.0'/>
|
|
<function name='random\engine\xoshiro256starstar::__serialize' from='PHP 8 >= 8.2.0'/>
|
|
<function name='random\engine\xoshiro256starstar::__unserialize' from='PHP 8 >= 8.2.0'/>
|
|
<function name='random\engine\xoshiro256starstar::__debuginfo' from='PHP 8 >= 8.2.0'/>
|
|
|
|
<function name='random\engine\secure' from='PHP 8 >= 8.2.0'/>
|
|
<function name='random\engine\secure::generate' from='PHP 8 >= 8.2.0'/>
|
|
|
|
<function name='random\randomizer' from='PHP 8 >= 8.2.0'/>
|
|
<function name='random\randomizer::__construct' from='PHP 8 >= 8.2.0'/>
|
|
<function name='random\randomizer::nextint' from='PHP 8 >= 8.2.0'/>
|
|
<function name='random\randomizer::getint' from='PHP 8 >= 8.2.0'/>
|
|
<function name='random\randomizer::getbytes' from='PHP 8 >= 8.2.0'/>
|
|
<function name='random\randomizer::shufflearray' from='PHP 8 >= 8.2.0'/>
|
|
<function name='random\randomizer::shufflebytes' from='PHP 8 >= 8.2.0'/>
|
|
<function name='random\randomizer::pickarraykeys' from='PHP 8 >= 8.2.0'/>
|
|
<function name='random\randomizer::__serialize' from='PHP 8 >= 8.2.0'/>
|
|
<function name='random\randomizer::__unserialize' from='PHP 8 >= 8.2.0'/>
|
|
<function name='random\randomizer::getbytesfromstring' from='PHP 8 >= 8.3.0'/>
|
|
<function name='random\randomizer::getfloat' from='PHP 8 >= 8.3.0'/>
|
|
<function name='random\randomizer::nextfloat' from='PHP 8 >= 8.3.0'/>
|
|
|
|
<!-- RoundingMode enum -->
|
|
<function name='random\intervalboundary' from='PHP 8 >= 8.3.0'/>
|
|
</versions>
|
|
<!-- Keep this comment at the end of the file
|
|
Local variables:
|
|
mode: sgml
|
|
sgml-omittag:t
|
|
sgml-shorttag:t
|
|
sgml-minimize-attributes:nil
|
|
sgml-always-quote-attributes:t
|
|
sgml-indent-step:1
|
|
sgml-indent-data:t
|
|
indent-tabs-mode:nil
|
|
sgml-parent-document:nil
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
|
sgml-exposed-tags:nil
|
|
sgml-local-catalogs:nil
|
|
sgml-local-ecat-files:nil
|
|
End:
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
vim: et tw=78 syn=sgml
|
|
vi: ts=1 sw=1
|
|
-->
|