PHP: различия между версиями

Материал из Artem Aleksashkin's Wiki
Перейти к навигации Перейти к поиску
 
(не показано 12 промежуточных версий этого же участника)
Строка 2: Строка 2:
= История =
= История =
== 5.3 ==
== 5.3 ==
* namespaces
* http://php.net/manual/ru/migration53.php
* closures
* namespaces - http://php.net/manual/ru/language.namespaces.php
* closures - http://php.net/manual/ru/functions.anonymous.php
 
== 5.4 ==
== 5.4 ==
* traits
* http://php.net/manual/ru/migration54.new-features.php
* traits - http://php.net/manual/ru/language.oop5.traits.php
* short array syntax
* short array syntax
== 5.5 ==
== 5.5 ==
* finally
* http://php.net/manual/ru/migration55.php
* generators
* finally - http://php.net/manual/ru/language.exceptions.php
* generators - http://php.net/manual/ru/language.generators.php
 
== 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


Строка 33: Строка 48:
= Организация кода =
= Организация кода =
= Библиотеки =
= Библиотеки =
= CMS =
* Drupal
* Joomla
* Livestreet
= Фреймворки =
* Symfony
* Laravel
* Zend Framework
* Yii
* CodeIgniter
* Nette Framework
* CakePHP
* Slim
= Ссылки и доп. информация =
= Ссылки и доп. информация =
* http://php.net

Текущая версия от 03:07, 11 февраля 2019

Общие сведения

История

5.3

5.4

5.5

5.6

7.0

7.1

7.2

7.3

Установка

Синтаксис

ООП

IDE

Отладка

Организация кода

Библиотеки

CMS

  • Drupal
  • Joomla
  • Livestreet

Фреймворки

  • Symfony
  • Laravel
  • Zend Framework
  • Yii
  • CodeIgniter
  • Nette Framework
  • CakePHP
  • Slim

Ссылки и доп. информация