PHP 클래스 xmlrpc_client, aprilchild

파일 보기 프로젝트 열기: aprilchild/aprilchild 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$cert
$certpass
$debug
$errno
$errstring
$password
$path
$port
$server
$username

공개 메소드들

메소드 설명
send ( $msg, $timeout, $method = 'http' )
sendPayloadHTTP10 ( $msg, $server, $port, $timeout, $username = "", $password = "" )
sendPayloadHTTPS ( $msg, $server, $port, $timeout, $username = "", $password = "", $cert = "", $certpass = "" ) requires curl to be built into PHP
setCertificate ( $cert, $certpass )
setCredentials ( $u, $p )
setDebug ( $in )
xmlrpc_client ( $path, $server, $port )

메소드 상세

send() 공개 메소드

public send ( $msg, $timeout, $method = 'http' )

sendPayloadHTTP10() 공개 메소드

public sendPayloadHTTP10 ( $msg, $server, $port, $timeout, $username = "", $password = "" )

sendPayloadHTTPS() 공개 메소드

requires curl to be built into PHP
public sendPayloadHTTPS ( $msg, $server, $port, $timeout, $username = "", $password = "", $cert = "", $certpass = "" )

setCertificate() 공개 메소드

public setCertificate ( $cert, $certpass )

setCredentials() 공개 메소드

public setCredentials ( $u, $p )

setDebug() 공개 메소드

public setDebug ( $in )

xmlrpc_client() 공개 메소드

public xmlrpc_client ( $path, $server, $port )

프로퍼티 상세

$cert 공개적으로 프로퍼티

public $cert

$certpass 공개적으로 프로퍼티

public $certpass

$debug 공개적으로 프로퍼티

public $debug

$errno 공개적으로 프로퍼티

public $errno

$errstring 공개적으로 프로퍼티

public $errstring

$password 공개적으로 프로퍼티

public $password

$path 공개적으로 프로퍼티

public $path

$port 공개적으로 프로퍼티

public $port

$server 공개적으로 프로퍼티

public $server

$username 공개적으로 프로퍼티

public $username