- Building RESTful Web Services with PHP 7
- Haafiz Waheed ud din Ahmad
- 179字
- 2021-07-03 00:02:13
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: "The randGen() method takes two parameters defining the range of the returned value."
A block of code is set as follows:
<?php
function add($num1, $num2):int{
return ($num1+$num2);
}
echo add(2,4); //6
echo add(2.5,4); //6
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
<?php
function add($num1, $num2):int{
return ($num1+$num2);
}
echo add(2,4); //6
echo add(2.5,4); //6
Any command-line input or output is written as follows:
sudo add-apt-repository ppa:ondrej/php
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.
- .NET之美:.NET關鍵技術深入解析
- Java程序設計實戰教程
- 青少年美育趣味課堂:XMind思維導圖制作
- Magento 2 Development Cookbook
- Java性能權威指南(第2版)
- Python貝葉斯分析(第2版)
- Android底層接口與驅動開發技術詳解
- 一塊面包板玩轉Arduino編程
- Windows Embedded CE 6.0程序設計實戰
- WordPress Search Engine Optimization(Second Edition)
- Java多線程并發體系實戰(微課視頻版)
- Mastering ArcGIS Server Development with JavaScript
- JBoss AS 7 Development
- Ubuntu Server Cookbook
- 計算機應用基礎(Windows 7+Office 2010)