PHP

PHP 8.0 바뀐점 정리된곳

마리오64 2020. 10. 25. 17:23

php.watch/versions/8.0

 

PHP 8.0: What's New and Changed

PHP has come a long way with types. We now have scalar types, return types, nullable types, and even property types in PHP 7.4! PHP 8.0 comes with support for Union Types! In versions prior to PHP 8.0, you could only declare a single type for properties, p

php.watch

바뀐점과 새로운 기능들을 코드 예제와 함께 설명이 잘되어있습니다.

PHP 8은 아직 정식버전이 나오지 않아 php.net에는 올라와있지 않습니다. //2020년 11월 26일에 나옵니다.

fn 문법의 함수적용은 7.4에서 적용되었고 PHP 8.1에서는 멀티라인 함수도 가능하다고 합니다.