- PhpStorm Cookbook
- Mukund Chaudhary Ankur Kumar
- 180字
- 2021-08-06 19:43:13
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: "If a folder is provided in include path, it will be helpful in auto completion for include()
, require()
, and so on."
A block of code is set as follows:
class Dish { /** * @param string $dishName The name of the dish */ protected function addSalt(){ } }
A command-line input or output is shown as:
svnadmin create /path/to/your/repo/
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: "To turn this feature on, you need to select the checkbox adjacent to Sort lookup items lexicographically."
- Java語言程序設計
- 精通Nginx(第2版)
- 摩登創客:與智能手機和平板電腦共舞
- C語言程序設計基礎與實驗指導
- Python Game Programming By Example
- HBase從入門到實戰
- Python數據分析從0到1
- Learn React with TypeScript 3
- Learning Probabilistic Graphical Models in R
- 軟件測試實用教程
- ElasticSearch Cookbook(Second Edition)
- 智能搜索和推薦系統:原理、算法與應用
- Orleans:構建高性能分布式Actor服務
- 移動增值應用開發技術導論
- C++ Application Development with Code:Blocks