PHP 클래스 opensrs\OMA

부터: 3.3
파일 보기 프로젝트 열기: opensrs/osrs-toolkit-php 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( $opt = [] )
send_cmd ( string $meth, hash $req ) : hash A wrapper method to send a command to the server.

비공개 메소드들

메소드 설명
call ( string $method, hash $request ) : hash Method to send a command to the server using CURL.

메소드 상세

__construct() 공개 메소드

public __construct ( $opt = [] )

send_cmd() 공개 정적인 메소드

A wrapper method to send a command to the server.
부터: 3.3
public static send_cmd ( string $meth, hash $req ) : hash
$meth string A name of the OMA method
$req hash Containing header key/value pairs
리턴 hash $res Containing header key/value pairs