PHP Classes

File: sendStatus.php

Recommend this page to a friend!
  Classes of Leader   Sending SMS messages   sendStatus.php   Download  
File: sendStatus.php
Role: Example script
Content type: text/plain
Description: sendStatus function to check Sending Status
Class: Sending SMS messages
Send SMS messages using the Doo.ae API
Author: By
Last change:
Date: 10 years ago
Size: 369 bytes
 

Contents

Class file image Download
<?php
include("includeSettings.php"); //Include this file to get the general settings
$resultType = 0; //This variable determine the type of the result
                                    //0: Returns API result as a number.
                                    //1: Returns API result as meaningful text.
                                       
//Call sendStatus function to check Sending Status
echo $sendPort->sendStatus($resultType);
?>