- Building RESTful Web Services with PHP 7
- Haafiz Waheed ud din Ahmad
- 111字
- 2021-07-03 00:02:24
PHP7.1
Till now, the preceding features that we discussed were PHP7.0 related. However, the recent version of PHP7 is PHP7.1, so it is worth discussing the important features of PHP7.1 as well, at least the features which we will use, or features that are worth knowing and using somewhere in our work.
In order to run the following code, you need to have PHP7.1 installed so, to do this, you can use the following commands:
sudo add-apt-repository ppa:ondrej/php
sudo apt-get update
(optional) sudo apt-get remove php7.0
sudo apt-get install php7.1 (from comments)
Remember that this is not an official upgrade path. The PPA is well-known, and is relatively safe to use.
推薦閱讀
- Learning Python Web Penetration Testing
- .NET之美:.NET關(guān)鍵技術(shù)深入解析
- Vue.js快速入門與深入實戰(zhàn)
- Learning Linux Binary Analysis
- 零基礎(chǔ)入門學(xué)習(xí)Python
- Python數(shù)據(jù)分析從0到1
- Apache Kafka Quick Start Guide
- Babylon.js Essentials
- HTML5秘籍(第2版)
- Learning Apache Karaf
- R Data Science Essentials
- Python Machine Learning Blueprints:Intuitive data projects you can relate to
- Scala編程實戰(zhàn)
- Java7程序設(shè)計入門經(jīng)典
- Web編程基礎(chǔ):HTML5、CSS3、JavaScript(第2版)