- Mastering The Faster Web with PHP,MySQL,and JavaScript
- Andrew Caya
- 163字
- 2021-06-25 21:16:52
Conventions used
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "Whenever possible, the developer should always prefer using const over let or var."
A block of code is set as follows:
function myJS()
{
function add(n1, n2)
{
let number1 = Number(n1);
let number2 = Number(n2);
return number1 + number2;
}
}
Any command-line input or output is written as follows:
# php parallel-download.php
Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "If you scroll towards the end of the page, you should now see an xdebug section."
Warnings or important notes appear like this.
Tips and tricks appear like this.
- Android應(yīng)用程序開發(fā)與典型案例
- Python數(shù)據(jù)分析入門與實(shí)戰(zhàn)
- C/C++常用算法手冊(cè)(第3版)
- 小程序,巧運(yùn)營(yíng):微信小程序運(yùn)營(yíng)招式大全
- Xamarin.Forms Projects
- Python編程:從入門到實(shí)踐
- Hands-On Reinforcement Learning with Python
- The DevOps 2.5 Toolkit
- Instant PHP Web Scraping
- Access 2010數(shù)據(jù)庫應(yīng)用技術(shù)實(shí)驗(yàn)指導(dǎo)與習(xí)題選解(第2版)
- Orchestrating Docker
- Hadoop大數(shù)據(jù)分析技術(shù)
- Python大規(guī)模機(jī)器學(xué)習(xí)
- PowerDesigner 16 從入門到精通
- C/C++代碼調(diào)試的藝術(shù)(第2版)