Verzeichnisstruktur phpBB-3.2.0
- Veröffentlicht
- 06.01.2017
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. |
|
(Beispiel Datei-Icons)
|
Auf das Icon klicken um den Quellcode anzuzeigen |
README.md
01 Symfony Polyfill / Php55
02 ========================
03
04 This component provides functions unavailable in releases prior to PHP 5.5:
05
06 - [`boolval`](http://php.net/boolval)
07 - [`json_last_error_msg`](http://php.net/json_last_error_msg)
08 - [`array_column`](http://php.net/array_column)
09 - [`hash_pbkdf2`](http://php.net/hash_pbkdf2)
10 - `password_*` functions (from [ircmaxell/password_compat](https://github.com/ircmaxell/password_compat))
11
12 More information can be found in the
13 [main Polyfill README](https://github.com/symfony/polyfill/blob/master/README.md).
14
15 License
16 =======
17
18 This library is released under the [MIT license](LICENSE).
19