PHP Interface iNetwork

Afficher le fichier Open project: zblogcn/zblogphp

Méthodes publiques

Méthode Description
abort ( ) : mixed
addBinary ( string $name, string $entity ) : mixed
addText ( string $name, string $entity ) : mixed
enableGzip ( ) : mixed
getAllResponseHeaders ( ) : mixed
getResponseHeader ( $bstrHeader ) : mixed
open ( $bstrMethod, $bstrUrl, boolean $varAsync = true, string $bstrUser = '', string $bstrPassword = '' ) : mixed
send ( string $varBody = '' ) : mixed
setMaxRedirs ( integer $n ) : mixed
setRequestHeader ( $bstrHeader, $bstrValue ) : mixed

Method Details

abort() public méthode

public abort ( ) : mixed
Résultat mixed

addBinary() public méthode

public addBinary ( string $name, string $entity ) : mixed
$name string
$entity string
Résultat mixed

addText() public méthode

public addText ( string $name, string $entity ) : mixed
$name string
$entity string
Résultat mixed

enableGzip() public méthode

public enableGzip ( ) : mixed
Résultat mixed

getAllResponseHeaders() public méthode

public getAllResponseHeaders ( ) : mixed
Résultat mixed

getResponseHeader() public méthode

public getResponseHeader ( $bstrHeader ) : mixed
$bstrHeader
Résultat mixed

open() public méthode

public open ( $bstrMethod, $bstrUrl, boolean $varAsync = true, string $bstrUser = '', string $bstrPassword = '' ) : mixed
$bstrMethod
$bstrUrl
$varAsync boolean
$bstrUser string
$bstrPassword string
Résultat mixed

send() public méthode

public send ( string $varBody = '' ) : mixed
$varBody string
Résultat mixed

setMaxRedirs() public méthode

public setMaxRedirs ( integer $n ) : mixed
$n integer
Résultat mixed

setRequestHeader() public méthode

public setRequestHeader ( $bstrHeader, $bstrValue ) : mixed
$bstrHeader
$bstrValue
Résultat mixed