PHP 클래스 Suin\RSSWriter\SimpleXMLElement

상속: extends SimpleXMLElement
파일 보기 프로젝트 열기: suin/php-rss-writer 1 사용 예제들

공개 메소드들

메소드 설명
addCdataChild ( string $name, string $value = null, string $namespace = null ) : SimpleXMLElement
addChild ( string $name, string $value = null, string $namespace = null ) : SimpleXMLElement

메소드 상세

addCdataChild() 공개 메소드

public addCdataChild ( string $name, string $value = null, string $namespace = null ) : SimpleXMLElement
$name string
$value string
$namespace string
리턴 SimpleXMLElement

addChild() 공개 메소드

public addChild ( string $name, string $value = null, string $namespace = null ) : SimpleXMLElement
$name string
$value string
$namespace string
리턴 SimpleXMLElement