HproseIO.php 1.3 KB

1234567891011121314151617181920212223242526272829
  1. <?php
  2. /**********************************************************\
  3. | |
  4. | hprose |
  5. | |
  6. | Official WebSite: http://www.hprose.com/ |
  7. | http://www.hprose.net/ |
  8. | http://www.hprose.org/ |
  9. | |
  10. \**********************************************************/
  11. /**********************************************************\
  12. * *
  13. * HproseIO.php *
  14. * *
  15. * hprose io library for php5. *
  16. * *
  17. * LastModified: Nov 10, 2013 *
  18. * Author: Ma Bingyao <andot@hprfc.com> *
  19. * *
  20. \**********************************************************/
  21. require_once('HproseTags.php');
  22. require_once('HproseClassManager.php');
  23. require_once('HproseReader.php');
  24. require_once('HproseWriter.php');
  25. require_once('HproseFormatter.php');
  26. ?>