PHP: различия между версиями
Перейти к навигации
Перейти к поиску
Artem (обсуждение | вклад) |
Artem (обсуждение | вклад) (→5.3) |
||
Строка 2: | Строка 2: | ||
= История = | = История = | ||
== 5.3 == | == 5.3 == | ||
* namespaces | * namespaces - http://php.net/manual/ru/language.namespaces.php | ||
* closures | * closures - http://php.net/manual/ru/functions.anonymous.php | ||
== 5.4 == | == 5.4 == | ||
* traits | * traits |
Версия от 12:47, 10 февраля 2019
Общие сведения
История
5.3
- namespaces - http://php.net/manual/ru/language.namespaces.php
- closures - http://php.net/manual/ru/functions.anonymous.php
5.4
- traits
- short array syntax
5.5
- finally
- generators
5.6
- variadic functions
- argument unpacking
7.0
- return types
- scalar typehints
7.1
- const visibility
- nullables
- multiple exceptions
7.2
- objects type hint
- abstract function override
7.3
- references in list assignments