HproseIO.php 1.3 KB
Newer Older
D
devil_gong 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
<?php
/**********************************************************\
|                                                          |
|                          hprose                          |
|                                                          |
| Official WebSite: http://www.hprose.com/                 |
|                   http://www.hprose.net/                 |
|                   http://www.hprose.org/                 |
|                                                          |
\**********************************************************/

/**********************************************************\
 *                                                        *
 * HproseIO.php                                           *
 *                                                        *
 * hprose io library for php5.                            *
 *                                                        *
 * LastModified: Nov 10, 2013                             *
 * Author: Ma Bingyao <andot@hprfc.com>                   *
 *                                                        *
\**********************************************************/

require_once('HproseTags.php');
require_once('HproseClassManager.php');
require_once('HproseReader.php');
require_once('HproseWriter.php');
require_once('HproseFormatter.php');

?>