- 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.
- LabVIEW Graphical Programming Cookbook
- C語言程序設計案例教程(第2版)
- Mastering Objectoriented Python
- 小創客玩轉圖形化編程
- Maven Build Customization
- C#程序設計
- INSTANT Passbook App Development for iOS How-to
- 軟件測試教程
- Illustrator CC平面設計實戰從入門到精通(視頻自學全彩版)
- Buildbox 2.x Game Development
- jQuery for Designers Beginner's Guide Second Edition
- Java7程序設計入門經典
- 你真的會寫代碼嗎
- UI動效設計從入門到精通
- 劍指大數據:企業級電商數據倉庫項目實戰(精華版)