- 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."
推薦閱讀
- MERN Quick Start Guide
- Oracle SOA Suite 11g Performance Tuning Cookbook
- OpenLayers Cookbook
- Hands-On Full Stack Development with Spring Boot 2 and React(Second Edition)
- Socket.IO Real-time Web Application Development
- Microservice Patterns and Best Practices
- Echo Quick Start Guide
- 互聯網安全的40個智慧洞見(2016)
- LwIP應用開發實戰指南:基于STM32
- 人際網絡
- 智能物聯網:區塊鏈與霧計算融合應用詳解
- 一本書讀懂移動物聯網
- 互聯網戰略變革與未來
- 互聯網安全的40個智慧洞見(2018)
- Learning Dart