- Modular Programming with PHP 7
- Branko Ajzele
- 168字
- 2021-07-14 10:05:58
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "We can include other contexts through the use of the include
directive."
A block of code is set as follows:
function hint (int $A, float $B, string $C, bool $D) { var_dump($A, $B, $C, $D); }
Any command-line input or output is written as follows:
sudo curl -LsS https://symfony.com/installer -o /usr/local/bin/symfony sudo chmod a+x /usr/local/bin/symfony
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "Clicking the Next button moves you to the next screen."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- Mastering Entity Framework Core 2.0
- Spring Boot開發與測試實戰
- Java程序設計實戰教程
- C和C++安全編碼(原書第2版)
- HTML5+CSS3基礎開發教程(第2版)
- Python Deep Learning
- Unity Shader入門精要
- Serverless computing in Azure with .NET
- 蘋果的產品設計之道:創建優秀產品、服務和用戶體驗的七個原則
- HTML5從入門到精通(第4版)
- Go語言精進之路:從新手到高手的編程思想、方法和技巧(2)
- Python爬蟲、數據分析與可視化:工具詳解與案例實戰
- 從零開始學Python網絡爬蟲
- Building Slack Bots
- MySQL數據庫應用實戰教程(慕課版)