- 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
- Learning Neo4j
- 微信公眾平臺與小程序開發(fā):從零搭建整套系統(tǒng)
- LabVIEW Graphical Programming Cookbook
- 小創(chuàng)客玩轉(zhuǎn)圖形化編程
- 編程珠璣(續(xù))
- C語言程序設(shè)計教程(第2版)
- Bulma必知必會
- Learning Neo4j 3.x(Second Edition)
- 名師講壇:Java微服務(wù)架構(gòu)實戰(zhàn)(SpringBoot+SpringCloud+Docker+RabbitMQ)
- WebRTC技術(shù)詳解:從0到1構(gòu)建多人視頻會議系統(tǒng)
- Learning Raspbian
- Visual C++開發(fā)入行真功夫
- Qlik Sense? Cookbook
- PostgreSQL 12 High Availability Cookbook
- Java面試一戰(zhàn)到底(基礎(chǔ)卷)