Page: Program_Root/web/index.php
Classes defined on this page:
Include Statements Summary
|
VARIABLE NAME | VARIABLE VALUE | DESCRIPTION |
CONSTANT NAME | CONSTANT VALUE | DESCRIPTION |
Include Statements Detail
|
include_once
(line 8)
include_once file: "config/config.inc"
include_once
(line 9)
include_once file: _DOCROOT."/sdk/GatewaySender.php"
include_once
(line 10)
include_once file: _DOCROOT."/sdk/protocol/Sms.php"
sendSMS
(line 28)
void sendSMS(
mixed $params)
$Id: index.php,v 1.1.1.1 2003/03/27 10:27:43 maro Exp $
This page demonstrates how an SMS message can be sent using the PHP-SDK.
This page is and should be considered as a SAMPLE and not to be used in a production environment.
- Function Info:
- author -
Magnus Rosenquist, Zyneo
[ Top ]