- 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.
推薦閱讀
- 案例式C語言程序設計
- Visual Basic程序設計教程
- Java Web基礎與實例教程
- Swift細致入門與最佳實踐
- 深入分布式緩存:從原理到實踐
- 第一行代碼 C語言(視頻講解版)
- Julia數據科學應用
- Practical Maya Programming with Python
- PHP+MySQL Web應用開發教程
- 自己動手構建編程語言:如何設計編譯器、解釋器和DSL
- Getting Started with Windows Server Security
- jMonkeyEngine 3.0 Beginner’s Guide
- 第五空間戰略:大國間的網絡博弈
- Internet of Things with Arduino Cookbook
- Learning Redis