- Learning WordPress REST API
- Sufyan bin Uzayr
- 199字
- 2021-07-14 11:00:46
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: "HTTP requests in JavaScript require the XMLHttpRequest
object."
A block of code is set as follows:
require 'net/http' url = 'http://www.example.com/database/1191' resp = Net::HTTP.get_response(URI.parse(url)) resp_text = resp.body
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
require 'net/http'
url = 'http://www.example.com/database/1191'
resp = Net::HTTP.get_response(URI.parse(url))
resp_text = resp.body
Any command-line input or output is written as follows:
$url = "http://www.example.com/database/1191"; $response = file_get_contents($url); echo $response;
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 like this: "Hit Preview link in the pane and you will see your remote WordPress site in the panel."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- Java面向?qū)ο筌浖_發(fā)
- 零基礎(chǔ)玩轉(zhuǎn)區(qū)塊鏈
- Julia機(jī)器學(xué)習(xí)核心編程:人人可用的高性能科學(xué)計(jì)算
- 數(shù)據(jù)結(jié)構(gòu)(Python語言描述)(第2版)
- Nginx Essentials
- Python機(jī)器學(xué)習(xí)實(shí)戰(zhàn)
- GeoServer Beginner's Guide(Second Edition)
- TradeStation交易應(yīng)用實(shí)踐:量化方法構(gòu)建贏家策略(原書第2版)
- 詳解MATLAB圖形繪制技術(shù)
- HTML5開發(fā)精要與實(shí)例詳解
- 深入淺出Go語言編程
- App Inventor少兒趣味編程動(dòng)手做
- PHP與MySQL權(quán)威指南
- Getting Started with Electronic Projects
- Visual C++從入門到精通(第2版)