- 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.
推薦閱讀
- 手機安全和可信應用開發指南:TrustZone與OP-TEE技術詳解
- Python程序設計
- C語言課程設計
- OpenStack Orchestration
- Java面向對象程序設計
- Terraform:多云、混合云環境下實現基礎設施即代碼(第2版)
- Java Web開發就該這樣學
- Couchbase Essentials
- Canvas Cookbook
- Scala編程(第5版)
- Access 2010數據庫應用技術實驗指導與習題選解(第2版)
- Raspberry Pi Robotic Blueprints
- 小程序從0到1:微信全棧工程師一本通
- Building Business Websites with Squarespace 7(Second Edition)
- Robot Framework Test Automation