- Twilio Cookbook(Second Edition)
- Roger Stringer
- 128字
- 2021-07-16 12:06:33
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 are shown as follows: "Let's set up our listener.php
file to store all incoming messages and messages.php
to view messages we've received."
A block of code is set as follows:
<?php $accountsid = ''; // YOUR TWILIO ACCOUNT SID $authtoken = ''; // YOUR TWILIO AUTH TOKEN $fromNumber = ''; // PHONE NUMBER CALLS WILL COME FROM $myUrl = ''; // THE URL TO YOUR SCRIPT $dbhost = ''; // YOUR DATABASE HOST $dbname = ''; // YOUR DATABASE NAME $dbuser = ''; // YOUR DATABASE USER $dbpass = ''; // YOUR DATABASE PASS ?>
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: "We now have a menu option under the Admin menu called Test Call Flow."
推薦閱讀
- 5G承載網網絡規劃與組網設計
- 無人機通信
- 互聯網安全的40個智慧洞見:2014年中國互聯網安全大會文集
- Building RESTful Web Services with Spring 5(Second Edition)
- 正在爆發的互聯網革命
- NB-IoT物聯網技術解析與案例詳解
- 雷達饋線技術
- Mastering Dart
- WordPress Web Application Development
- The Kubernetes Workshop
- 5G技術與標準
- 從實踐中學習手機抓包與數據分析
- Hands-On Bitcoin Programming with Python
- 華為HCIA-Datacom認證指南
- Python Web Scraping Cookbook