PHP: различия между версиями
Перейти к навигации
Перейти к поиску
Artem (обсуждение | вклад) (→5.3) |
Artem (обсуждение | вклад) |
||
(не показано 6 промежуточных версий этого же участника) | |||
Строка 17: | Строка 17: | ||
== 5.6 == | == 5.6 == | ||
* http://php.net/manual/ru/migration56.new-features.php | |||
* variadic functions | * variadic functions | ||
* argument unpacking | * argument unpacking | ||
== 7.0 == | == 7.0 == | ||
* http://php.net/manual/ru/migration70.php | |||
* return types | * return types | ||
* scalar typehints | * scalar typehints | ||
== 7.1 == | == 7.1 == | ||
* http://php.net/manual/ru/migration71.php | |||
* const visibility | * const visibility | ||
* nullables | * nullables | ||
* multiple exceptions | * multiple exceptions | ||
== 7.2 == | == 7.2 == | ||
* http://php.net/manual/ru/migration72.php | |||
* objects type hint | * objects type hint | ||
* abstract function override | * abstract function override | ||
== 7.3 == | == 7.3 == | ||
* http://php.net/manual/ru/migration73.php | |||
* references in list assignments | * references in list assignments | ||
Строка 39: | Строка 48: | ||
= Организация кода = | = Организация кода = | ||
= Библиотеки = | = Библиотеки = | ||
= CMS = | |||
* Drupal | |||
* Joomla | |||
* Livestreet | |||
= Фреймворки = | |||
* Symfony | |||
* Laravel | |||
* Zend Framework | |||
* Yii | |||
* CodeIgniter | |||
* Nette Framework | |||
* CakePHP | |||
* Slim | |||
= Ссылки и доп. информация = | = Ссылки и доп. информация = | ||
* http://php.net |
Текущая версия от 03:07, 11 февраля 2019
Общие сведения
История
5.3
- http://php.net/manual/ru/migration53.php
- namespaces - http://php.net/manual/ru/language.namespaces.php
- closures - http://php.net/manual/ru/functions.anonymous.php
5.4
- http://php.net/manual/ru/migration54.new-features.php
- traits - http://php.net/manual/ru/language.oop5.traits.php
- short array syntax
5.5
- http://php.net/manual/ru/migration55.php
- finally - http://php.net/manual/ru/language.exceptions.php
- generators - http://php.net/manual/ru/language.generators.php
5.6
- http://php.net/manual/ru/migration56.new-features.php
- variadic functions
- argument unpacking
7.0
- http://php.net/manual/ru/migration70.php
- return types
- scalar typehints
7.1
- http://php.net/manual/ru/migration71.php
- const visibility
- nullables
- multiple exceptions
7.2
- http://php.net/manual/ru/migration72.php
- objects type hint
- abstract function override
7.3
- http://php.net/manual/ru/migration73.php
- references in list assignments
Установка
Синтаксис
ООП
IDE
Отладка
Организация кода
Библиотеки
CMS
- Drupal
- Joomla
- Livestreet
Фреймворки
- Symfony
- Laravel
- Zend Framework
- Yii
- CodeIgniter
- Nette Framework
- CakePHP
- Slim