Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Jyxo
XmlReader
PHP Class Jyxo\XmlReader
Author:
Jaroslav Hanslík
Inheritance:
extends
XMLReader
ファイルを表示
Open project: jyxo/php
Class Usage Examples
Public Methods
Method
Description
getContent
( ) :
string
Returns element's contents including tags.
getTextValue
( ) :
string
Returns element's text contents.
Method Details
getContent()
public
method
Returns element's contents including tags.
public
getContent
( ) :
string
return
string
getTextValue()
public
method
Returns element's text contents.
public
getTextValue
( ) :
string
return
string