Overview

Namespaces

  • None
  • PHP
  • tschiemer
    • Aspsms
      • Http
      • Soap
      • Xml

Classes

  • AbstractClient
  • AbstractSimpleClient
  • Request
  • Response
  • SimpleClient
  • Strings

Exceptions

  • ServiceException
  • Overview
  • Namespace
  • Class
  • Tree

Class Strings

Text helper functions

Namespace: tschiemer\Aspsms
Package: aspsms
Copyright: 2013 Philip Tschiemer, <tschiemer@filou.se>
License: v3 http://www.gnu.org/licenses/lgpl-3.0.txt
Version: 1.1.0
Link: https://github.com/tschiemer/aspsms-php
Located at lib/tschiemer/Aspsms/Strings.php
Methods summary
public static string|null
# statusDescription( integer|string $code )

Webservice statuscode strings

Webservice statuscode strings

Parameters

$code
integer|string
$code

Returns

string|null
public static string|null
# deliveryStatus( integer|string $code )

Code to description map of delivery statuses

Code to description map of delivery statuses

Parameters

$code
integer|string
$code

Returns

string|null
public static string|null
# reasonCode( integer|string $code )

Code to description map of tracking reason codes

Code to description map of tracking reason codes

Parameters

$code
integer|string
$code

Returns

string|null

See

AbstractClient::getDeliveryStatus()
aspsms-php API documentation generated by ApiGen 2.8.0