Overview

Namespaces

  • SMSApi
    • Api
      • Action
        • Mms
        • Phonebook
        • Sender
        • Sms
        • User
        • Vms
      • Response
    • Exception
    • Proxy
      • Http

Classes

  • AbstractHttp
  • Curl
  • Native
  • Overview
  • Namespace
  • Class
  • Tree

Class AbstractHttp

Direct known subclasses

SMSApi\Proxy\Http\Curl, SMSApi\Proxy\Http\Native
Namespace: SMSApi\Proxy\Http
Located at Proxy/Http/AbstractHttp.php
Methods summary
public
# __construct( mixed $host )
public
# getHost( )
public
# getPort( )
public
# getProtocol( )
protected
# checkCode( mixed $code )
protected
# detectFileMimeType( mixed $file )
protected
# encodeFormData( mixed $boundary, mixed $name, mixed $value, mixed $filename = null, mixed $headers = array( ) )
protected
# prepareFileContent( mixed $filename )
protected
# renderQueryByBody( mixed $query, mixed $body )
Properties summary
protected mixed $protocol
#
protected mixed $host
#
protected mixed $port
#
protected mixed $uri
#
protected mixed $file
#
protected string $boundary '**RGRG87VFSGF86796GSD**'
#
protected string $method "POST"
#
protected integer $timeout 5
#
protected integer $maxRedirects 1
#
protected string $userAgent "SMSAPI"
#
protected array $headers array( )
#
SMSAPI api client API documentation generated by ApiGen 2.8.0