- Learning PHP 7 High Performance
- Altaf Hussain
- 104字
- 2021-07-16 11:23:23
Chapter 2. New Features in PHP 7
PHP 7 has introduced new features that can help programmers write high-performing and effective code. Also, some old-fashioned features are completely removed, and PHP 7 will throw an error if used. Most of the fatal errors are now exceptions, so PHP won't show an ugly fatal error message any more; instead, it will go through an exception with the available details.
In this chapter, we will cover the following topics:
- Type hints
- Namespaces and group use declarations
- The anonymous classes
- Old-style constructor deprecation
- The Spaceship operator
- The null coalesce operator
- Uniform variable syntax
- Miscellaneous changes
推薦閱讀
- AngularJS入門與進階
- Hands-On Machine Learning with scikit:learn and Scientific Python Toolkits
- C# 2012程序設計實踐教程 (清華電腦學堂)
- INSTANT FreeMarker Starter
- Python應用輕松入門
- Hands-On C++ Game Animation Programming
- 基于Swift語言的iOS App 商業實戰教程
- 自然語言處理Python進階
- PHP編程基礎與實踐教程
- Photoshop智能手機APP界面設計
- Java 9 with JShell
- 循序漸進Vue.js 3前端開發實戰
- Node.js Web Development
- JavaScript前端開發程序設計教程(微課版)
- The Java Workshop