PHP Class LiveBaseApi, thinksns

Author:
Inheritance: extends Api
Datei anzeigen Open project: medz/thinksns-4 Class Usage Examples

Public Properties

Property Type Description
$curl_header
$header 定义请求header
$stream_server protected $stream_server = '在这里填写直播服务器地址';

Protected Properties

Property Type Description
$usid_prex 对接智播1.0 usid前缀

Public Methods

Method Description
__construct ( )
_initialize ( )
getStreamServiceUrl ( )
isUrl ( $url = '' )

Protected Methods

Method Description
checkStreamServiceUrl ( ) 检测直播服务地址
is_ZhiboService ( )

Method Details

__construct() public method

public __construct ( )

_initialize() public method

public _initialize ( )

checkStreamServiceUrl() protected method

检测直播服务地址
protected checkStreamServiceUrl ( )

getStreamServiceUrl() public method

public getStreamServiceUrl ( )

isUrl() public method

public isUrl ( $url = '' )

is_ZhiboService() protected method

protected is_ZhiboService ( )

Property Details

$curl_header public_oe property

public $curl_header

$header public_oe property

定义请求header
public $header

$stream_server public_oe property

protected $stream_server = '在这里填写直播服务器地址';
public $stream_server

$usid_prex protected_oe property

对接智播1.0 usid前缀
protected $usid_prex