PHP 클래스 Jyxo\XmlReader

저자: Jaroslav Hanslík
상속: extends XMLReader
파일 보기 프로젝트 열기: jyxo/php 1 사용 예제들

공개 메소드들

메소드 설명
getContent ( ) : string Returns element's contents including tags.
getTextValue ( ) : string Returns element's text contents.

메소드 상세

getContent() 공개 메소드

Returns element's contents including tags.
public getContent ( ) : string
리턴 string

getTextValue() 공개 메소드

Returns element's text contents.
public getTextValue ( ) : string
리턴 string