Web
Images
Videos
Academic
Dict
Maps
SimpleXML
Web
处理任务;解析;简单的
Web Definition
1.
处理任务
www.chinahtml.com
|
Based on 13 pages
2.
解析
PHP探针 李茂祥修改版 - 华陌网 生活 百科... ... ("XMLRPC 解析", ("
SimpleXML
解析
", ("OpenSSL 支持", ...
my.flymote.com
|
Based on 1 page
3.
简单的
在 PHP5 众多的 API 中 DOM 和 SimpleXML 是最为人所熟悉(DOM)和最
简单的
(
SimpleXML
)。而且多数情况下,就像后面的例子 …
www.ibm.com
|
Based on 1 page
Sample Sentence
Definition:
All
All
,
处理任务
处理任务
,
解析
解析
,
简单的
简单的
Category:
All
All
,
Oral
Oral
,
Written
Written
,
Title
Title
,
Technical
Technical
Source:
All
All
,
Dictionary
Dictionary
,
Web
Web
Difficulty:
All
All
,
Easy
Easy
,
Middle
Middle
,
Hard
Hard
More sentence filters
Hide sentence filters
1.
Otherwise
,
it
loads
the
modified
back
end
into
a
SimpleXML
object
and
searches
the
transactions
for that
accounting
ID
.
否则
,
它
将
修改
后
的
后
端
加载
到
一个
SimpleXML
对象
中
,
并
在
交易
中
搜索
这个
会计
ID
。
fǒu zé
,
tā
jiāng
xiū gǎi
hòu
de
hòu
duān
jiā zǎi
dào
yī gè
SimpleXML
duì xiàng
zhōng
,
bìng
zài
jiāo yì
zhōng
sōu suǒ
zhè ge
kuài jì
ID
。
www.ibm.com
2.
For
the
purposes
of
this
article
,
I
focus
on
SimpleXML
as
it
is
one
of the
most
commonly
used
libraries
and one of my
favorites
.
对于
本文
的
目的
,
我们
主要关注
的
是
SimpleXML
,
这
是
因为
它
是
一个
最
常用
的
库
,
同时
也是
我
的
最
爱
的
库
之一
。
duì yú
běn wén
de
mù dì
,
wǒ men
zhǔ yào guān zhù
de
shì
SimpleXML
,
zhè
shì
yīn wèi
tā
shì
yī gè
zuì
cháng yòng
de
kù
,
tóng shí
yě shì
wǒ
de
zuì
ài
de
kù
zhī yī
。
www.ibm.com
3.
I
believe
the
SimpleXML
API
,
with its
support
for
querying
XML
documents
using
XPath,
is
one
of the easiest
XML
-
parsing
APIs
to
use
.
我
认为
由于
支持
使用
XPath
查询
XML
文档
,
因此
SimpleXMLAPI
是
最
易于
使用
的
XML
解析
API
之一
。
wǒ
rèn wéi
yóu yú
zhī chí
shǐ yòng
XPath
chá xún
XML
wén dàng
,
yīn cǐ
SimpleXMLAPI
shì
zuì
yì yú
shǐ yòng
de
XML
jiě xī
API
zhī yī
。
www.ibm.com
4.
Now
that
you
know
the
name
of
the
file
,
you
can
read
this
file
into
its
own
simpleXML
object
.
现在
您
知道
了
文件名
,
可以
将
此
文件
读
入到
它
自己
的
simpleXML
对象
中
。
xiàn zài
nín
zhī dào
le
wén jiàn míng
,
kě yǐ
jiāng
cǐ
wén jiàn
dú
rù dào
tā
zì jǐ
de
simpleXML
duì xiàng
zhōng
。
www.ibm.com
5.
This
stems from the fact that
SimpleXML
creates
the
element
and
attribute
nodes
on the fly
by
exploiting
the
dynamic
nature
of
PHP
.
此
缺点
源于
SimpleXML
将
通过
使用
PHP
的
动态
特性
动态
创建
元素
和
属性
节点
。
cǐ
quē diǎn
yuán yú
SimpleXML
jiāng
tōng guò
shǐ yòng
PHP
de
dòng tài
tè xìng
dòng tài
chuàng jiàn
yuán sù
hé
shǔ xìng
jié diǎn
。
www.ibm.com
6.
It
begins
by
creating
the
root
invoice
element
as
a
string
and
loading
it
into
a
SimpleXML
object
.
它
先
创建
字符串
类型
的
根
invoice
元素
并
将
其
载
入到
一个
SimpleXML
对象
。
tā
xiān
chuàng jiàn
zì fú chuàn
lèi xíng
de
gēn
invoice
yuán sù
bìng
jiāng
qí
zǎi
rù dào
yī gè
SimpleXML
duì xiàng
。
www.ibm.com
7.
SimpleXML
maps
an
XML
document
's
element
tree
into
a
PHP
object
tree
,
representing
sub-elements
as
properties
.
SimpleXML
将
一个
XML
文档
中
的
元素
树
映射
为
一个
PHP
对象
树
,
用
属性
表示
子
元素
。
SimpleXML
jiāng
yī gè
XML
wén dàng
zhōng
de
yuán sù
shù
yìng shè
wéi
yī gè
PHP
duì xiàng
shù
,
yòng
shǔ xìng
biǎo shì
zǐ
yuán sù
。
www.ibm.com
8.
The
function
in
Listing
5
takes
a
node
of
a
DOM
document
and makes it
into
a
SimpleXML
node
.
清单
5
中
的
函数
将
DOM
文档
中
的
节点
转化成
SimpleXML
节点
。
qīng dān
wǔ
zhōng
de
hán shù
jiāng
DOM
wén dàng
zhōng
de
jié diǎn
zhuǎn huà chéng
SimpleXML
jié diǎn
。
www.ibm.com
9.
Then
it
uses
the
SimpleXML
extension
to
convert
the
string
-
formatted
XML
contents
into
a
PHP
object
.
然后
,
它
用
SimpleXML
扩展
将
字符串
格式
的
XML
内容
转换
成
一个
PHP
对象
。
rán hòu
,
tā
yòng
SimpleXML
kuò zhǎn
jiāng
zì fú chuàn
gé shì
de
XML
nèi róng
zhuǎn huàn
chéng
yī gè
PHP
duì xiàng
。
www.ibm.com
10.
One
method
is
to
use
the
SimpleXML
extension
in
PHP
to
parse
the
Atom
feed
returned
by
the
API
and
extract
relevant
information
from
it
.
一种
方法
是
在
PHP
中
使用
SimpleXML
扩展
来
解析
由
API
返回
的
Atom
提要
,并
从中
提取
相关
信息
。
yī zhǒng
fāng fǎ
shì
zài
PHP
zhōng
shǐ yòng
SimpleXML
kuò zhǎn
lái
jiě xī
yóu
API
fǎn huí
de
Atom
tí yào
, bìng
cóng zhōng
tí qǔ
xiāng guān
xìn xī
。
www.ibm.com
1
2
3
4
5
Did you mean
simpler
simplify
simplest
simplified
symptoms
Bing Dictionary App
Without any ads
Go to website
Download mobile dict apps
iOS
Windows Phone
Android
Download PC apps
Win32 Version
Microsoft Store