Verzeichnisstruktur phpBB-3.3.15


Veröffentlicht
28.08.2024

So funktioniert es


Auf das letzte Element klicken. Dies geht jeweils ein Schritt zurück

Auf das Icon klicken, dies öffnet das Verzeichnis. Nochmal klicken schließt das Verzeichnis.
Auf den Verzeichnisnamen klicken, dies zeigt nur das Verzeichnis mit Inhalt an

(Beispiel Datei-Icons)

Auf das Icon klicken um den Quellcode anzuzeigen

README.md

Zuletzt modifiziert: 02.04.2025, 15:02 - Dateigröße: 1.01 KiB


01  Symfony Polyfill / Php72
02  ========================
03   
04  This component provides functions added to PHP 7.2 core:
05   
06  - [`spl_object_id`](https://php.net/spl_object_id)
07  - [`stream_isatty`](https://php.net/stream_isatty)
08   
09  And also functions added to PHP 7.2 mbstring:
10   
11  - [`mb_ord`](https://php.net/mb_ord)
12  - [`mb_chr`](https://php.net/mb_chr)
13  - [`mb_scrub`](https://php.net/mb_scrub)
14   
15  On Windows only:
16   
17  - [`sapi_windows_vt100_support`](https://php.net/sapi_windows_vt100_support)
18   
19  Moved to core since 7.2 (was in the optional XML extension earlier):
20   
21  - [`utf8_encode`](https://php.net/utf8_encode)
22  - [`utf8_decode`](https://php.net/utf8_decode)
23   
24  Also, it provides constants added to PHP 7.2:
25   
26  - [`PHP_FLOAT_*`](https://php.net/reserved.constants#constant.php-float-dig)
27  - [`PHP_OS_FAMILY`](https://php.net/reserved.constants#constant.php-os-family)
28   
29  More information can be found in the
30  [main Polyfill README](https://github.com/symfony/polyfill/blob/main/README.md).
31   
32  License
33  =======
34   
35  This library is released under the [MIT license](LICENSE).
36