略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: 范例

2024-05-06

范例

目录

add a noteadd a note

User Contributed Notes 1 note

up
0
dormilich at netscape dot net
13 years ago
If you want to use the WDDX 1.0 DTD for validation (http://www.openwddx.org/downloads/dtd/wddx_dtd_10.txt) check that you define the comment as element, not as attribute.

<?xml version="1.0" encoding="iso-8859-1" ?>
<wddxPacket version='1.0'>
    <header>
        <comment>PHP</comment>
    </header>
    <data><!-- WDDX serialized data --></data>
</wddxPacket>

官方地址:https://www.php.net/manual/en/wddx.examples.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3