欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

php輸出xml格式字符串(用的這個)

 更新時間:2012年07月12日 09:45:51   作者:  
php輸出xml格式字符串代碼,需要的朋友可以參考下
復(fù)制代碼 代碼如下:

<?php
header("Content-type:text/xml;charset=utf-8");
$aaa =<<<html
<?xml version='1.0' encoding='utf-8'?>
<SubFucParams>
<Version>1.0.0.0</Version>
<Publisher>d3e59f1d78f344c682bef3517a4b667f</Publisher>
<PublisherName>rong</PublisherName>
<Story>
<Type>.txt</Type>
<Title>
<MainTitle>www</MainTitle>
</Title>
<Author>
<Name>wwww</Name>
</Author>
<Source>移動采編</Source>
<DocContent>Wwwwwww</DocContent>
<StoryType>Text</StoryType>
</Story>
</SubFucParams>
html;
echo $aaa;
?>

相關(guān)文章

最新評論