PluginProbe ʕ •ᴥ•ʔ
WP 2FA – Two-factor authentication for WordPress / 1.6.0
WP 2FA – Two-factor authentication for WordPress v1.6.0
4.0.0 1.7.1 2.0.0 2.0.1 2.1.0 2.2.0 2.2.1 2.3.0 2.4.0 2.4.1 2.4.2 2.5.0 2.6.0 2.6.1 2.6.2 2.6.3 2.6.4 2.7.0 2.8.0 2.9.0 2.9.1 2.9.2 2.9.3 3.0.0 3.0.1 3.1.0 3.1.1 3.1.1.2 trunk 1.2.0 1.3.0 1.4.0 1.4.1 1.4.2 1.5.0 1.5.1 1.5.2 1.6.0 1.6.1 1.6.2 1.7.0
wp-2fa / vendor / symfony / polyfill-php72 / README.md
wp-2fa / vendor / symfony / polyfill-php72 Last commit date
LICENSE 5 years ago Php72.php 5 years ago README.md 5 years ago bootstrap.php 5 years ago
README.md
29 lines
1 Symfony Polyfill / Php72
2 ========================
3
4 This component provides functions added to PHP 7.2 core:
5
6 - [](https://php.net/spl_object_id`spl_object_id`](https://php.net/spl_object_id](https://php.net/spl_object_id)
7 - [](https://php.net/stream_isatty`stream_isatty`](https://php.net/stream_isatty](https://php.net/stream_isatty)
8
9 On Windows only:
10
11 - [](https://php.net/sapi_windows_vt100_support`sapi_windows_vt100_support`](https://php.net/sapi_windows_vt100_support](https://php.net/sapi_windows_vt100_support)
12
13 Moved to core since 7.2 (was in the optional XML extension earlier):
14
15 - [](https://php.net/utf8_encode`utf8_encode`](https://php.net/utf8_encode](https://php.net/utf8_encode)
16 - [](https://php.net/utf8_decode`utf8_decode`](https://php.net/utf8_decode](https://php.net/utf8_decode)
17
18 Also, it provides constants added to PHP 7.2:
19 - [](https://php.net/reserved.constants#constant.php-float-dig`PHP_FLOAT_*`](https://php.net/reserved.constants#constant.php-float-dig](https://php.net/reserved.constants#constant.php-float-dig)
20 - [](https://php.net/reserved.constants#constant.php-os-family`PHP_OS_FAMILY`](https://php.net/reserved.constants#constant.php-os-family](https://php.net/reserved.constants#constant.php-os-family)
21
22 More information can be found in the
23 [](https://github.com/symfony/polyfill/blob/master/README.mdmain Polyfill README](https://github.com/symfony/polyfill/blob/master/README.md](https://github.com/symfony/polyfill/blob/master/README.md).
24
25 License
26 =======
27
28 This library is released under the [](LICENSEMIT license](LICENSE](LICENSE).
29