Page: Program_Root/console/listener.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 9)
include_once file: _DOCROOT."/sdk/GatewayListener.php"
include_once
(line 8)
include_once file: "../config/config.inc"
start
(line 31)
void start(
mixed $argv)
$Id: listener.php,v 1.1.1.1 2003/03/27 10:27:43 maro Exp $
This is a sample PHP-shell script demonstrating how to start the gateway listener to receive incoming SMS and Notifications.
NOTE! To make sure it will work, verify that the path to the php-binary is correct at the top of this page.
Also make sure that the gateway is running and listening on the ports defined in 'config.inc'.
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 ]