官术网_书友最值得收藏!

Conventions

In this book, you will find a number of styles of text 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: "Upon executing the show databases; command, the list of existing databases will be outputted to the screen"

A block of code is set as follows:

<?php
/**
* Array declaration before PHP 5.4
*
*/
$arr = array(1,2,3,4);
//Print an element to the screen
echo $arr[0];
/**
* Array declaration with PHP 5.4 or greater
*
*/
$arr2 = [1,2,3,4];
//Print an element to the screen
echo $arr2[0];
?>

Any command-line input or output is written as follows:

phpunit --version

New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "Now that the database has been successfully changed, note that the database name reflects in between the brackets next to MariaDB, which denotes the current database."

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

主站蜘蛛池模板: 宿迁市| 罗山县| 斗六市| 阜城县| 龙游县| 雷州市| 班戈县| 天台县| 鄂托克前旗| 仙居县| 浦城县| 内乡县| 安仁县| 内乡县| 集贤县| 普陀区| 乌兰浩特市| 宝清县| 孟连| 元氏县| 陇南市| 黄大仙区| 皋兰县| 克山县| 内丘县| 连南| 巩留县| 青川县| 莱芜市| 淳安县| 喀什市| 万安县| 石楼县| 云龙县| 博兴县| 精河县| 封丘县| 屏东县| 保山市| 临城县| 随州市|