- Learning PHP 7
- Antonio Lopez
- 184字
- 2021-07-09 20:17:40
Chapter 3. Understanding PHP Basics
Learning a new language is not easy. You need to understand not only the syntax of the language, but also its grammatical rules, that is, when and why to use each element of the language. Luckily for you, some languages come from the same root. For example, Spanish and French are Romance languages, as they both evolved from spoken Latin; that means that these two languages share a lot of rules, and if you already know French, learning Spanish becomes much easier.
Programming languages are quite the same. If you already know another programming language, it will be very easy for you to go through this chapter. If this is your first time though, you will need to understand all those grammatical rules from scratch, and so, it might take some more time. But fear not! We are here to help you in this endeavor.
In this chapter, you will learn about the following:
- PHP files
- Variables, strings, arrays, and operators in PHP
- PHP in web applications
- Control structures in PHP
- Functions in PHP
- The PHP filesystem
- Vue.js設計與實現
- 數據庫程序員面試筆試真題與解析
- Getting started with Google Guava
- SQL學習指南(第3版)
- Python進階編程:編寫更高效、優雅的Python代碼
- SQL語言從入門到精通
- The Data Visualization Workshop
- SQL基礎教程(視頻教學版)
- Serverless架構
- Kotlin從基礎到實戰
- C語言開發基礎教程(Dev-C++)(第2版)
- Learning Continuous Integration with TeamCity
- 創意UI:Photoshop玩轉APP設計
- WildFly Cookbook
- 深度學習入門:基于Python的理論與實現