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

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.

主站蜘蛛池模板: 秦安县| 乾安县| 本溪市| 铜鼓县| 汕头市| 常熟市| 定远县| 甘南县| 观塘区| 镇沅| 榆中县| 会泽县| 绵阳市| 海伦市| 崇礼县| 海丰县| 锦州市| 华宁县| 郓城县| 若羌县| 宁都县| 静宁县| 封丘县| 南郑县| 马鞍山市| 昭觉县| 贵溪市| 安乡县| 大田县| 金阳县| 黎平县| 灵武市| 宝清县| 建宁县| 潜江市| 南雄市| 洛宁县| 韶关市| 江永县| 广德县| 北宁市|