PHP 클래스 opensrs\Request

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

공개 메소드들

메소드 설명
array2object ( hash $data ) : stdClass Method to convert Array -> Object -> Array.
array_filter_recursive ( $input )
convertArray2Formatted ( $type = '', $data = '' )
convertFormatted2array ( $type = '', $data = '' )
process ( string $format = '', string $data = '' ) Process an OpenSRS Request.

메소드 상세

array2object() 공개 메소드

Method to convert Array -> Object -> Array.
부터: 3.4
public array2object ( hash $data ) : stdClass
$data hash Containing array object
리턴 stdClass Object $object Containing stdClass object

array_filter_recursive() 공개 메소드

public array_filter_recursive ( $input )

convertArray2Formatted() 공개 메소드

public convertArray2Formatted ( $type = '', $data = '' )

convertFormatted2array() 공개 메소드

public convertFormatted2array ( $type = '', $data = '' )

process() 공개 메소드

Process an OpenSRS Request.
public process ( string $format = '', string $data = '' )
$format string input format (xml, json, array)
$data string data