PHP 클래스 Horde_Service_Scribd_Response, horde

저자: Chuck Hagenbuch ([email protected])
상속: extends Horde_Xml_Element
파일 보기 프로젝트 열기: horde/horde

공개 메소드들

메소드 설명
__construct ( DOMElement $element = null ) Constructor. Do basic error checking on the resposne.
getResultSet ( ) * if($result['stat'] == "ok"){

메소드 상세

__construct() 공개 메소드

Constructor. Do basic error checking on the resposne.
public __construct ( DOMElement $element = null )
$element DOMElement The DOM element we're encapsulating.

getResultSet() 공개 메소드

This is shifty. Works currently though. $result = $this->convert_simplexml_to_array($result); if(urlencode((string)$result) == "%0A%0A" && $this->error == 0){ $result = "1"; return $result; }else{ return $result; } }
public getResultSet ( )