Net_SMPP
[ class tree: Net_SMPP ] [ index: Net_SMPP ] [ all elements ]

File: SMPPLib.php

Source Location: /Net_SMPP-0.4.5/docs/examples/SMPPLib.php

Classes:

SMPPLib
SMPPLib class

Page Details:

SMPP v3.4 SMPPLib class

PHP versions 5

LICENSE: This source file is subject to version 3.0 of the PHP license that is available through the world-wide-web at the following URI: http://www.php.net/license/3_0.txt. If you did not receive a copy of the PHP License and are unable to obtain it through the web, please send a note to license@php.net so we can mail you a copy immediately.

Includes:

require_once('Net/SMPP.php') [line 31]
require_once('Net/Socket.php') [line 30]

MAX_STACK_SIZE [line 66]

MAX_STACK_SIZE = 10
The size of the sending stack, defined in the SMPP docs

[ Top ]



NET_SMPP_CLIENT_STATE_BOUND_RX [line 47]

NET_SMPP_CLIENT_STATE_BOUND_RX = 4

[ Top ]



NET_SMPP_CLIENT_STATE_BOUND_TX [line 46]

NET_SMPP_CLIENT_STATE_BOUND_TX = 3

[ Top ]



NET_SMPP_CLIENT_STATE_CLOSED [line 43]

NET_SMPP_CLIENT_STATE_CLOSED = 0
Some connection state constants

[ Top ]



NET_SMPP_CLIENT_STATE_OPEN [line 44]

NET_SMPP_CLIENT_STATE_OPEN = 1

[ Top ]



SMPPLIB_STATE_AUTH_SENT [line 45]

SMPPLIB_STATE_AUTH_SENT = 2

[ Top ]



SMPP_LOG_CRITICAL [line 55]

SMPP_LOG_CRITICAL = 3

[ Top ]



SMPP_LOG_DEBUG [line 52]

SMPP_LOG_DEBUG = 0
Debug levels

[ Top ]



SMPP_LOG_ERROR [line 54]

SMPP_LOG_ERROR = 2

[ Top ]



SMPP_LOG_INFO [line 53]

SMPP_LOG_INFO = 1

[ Top ]



SMPP_RECEIVER [line 61]

SMPP_RECEIVER = 'bind_receiver'

[ Top ]



SMPP_TRANSMITTER [line 60]

SMPP_TRANSMITTER = 'bind_transmitter'
Possible authentication states

[ Top ]



TEN_MSECONDS [line 38]

TEN_MSECONDS = 10000000
Time constants in nanoseconds.

[ Top ]



Documentation generated on Mon, 11 Mar 2019 15:37:29 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.