📄 example.php
字号:
<?php
# Sample execution using the mycantos class.
include_once('mycantos-sms.php'); # include the mycantos class
$msg= new MyCantos('mycookie'); # create instance of the class
echo $msg->login('username', 'Password'); # login using mycantos username and password (echo is optional)
echo $msg->sendSMS('9894113980', "This is a test message"); # send sms by providing mobile number and message (echo is optional) message should be less than 118 characters.
print_r($msg); # print the object (for debugging)
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -