iresults/

core

Iresults 框架

3.3.2 2018-06-19 10:07 UTC

This package is auto-updated.

Last update: 2024-09-17 20:58:18 UTC


README

iresults core 包提供基本的功能和类。

功能包括

  • 可变对象(Iresults\Core\Mutable),可以读取不同输入格式的数据(XML、CSV、YAML 等)
  • 关键值编码(Iresults\Core\KVCInterface)
  • 属性键路径解析(Iresults\Core\Model)
  • 调试(Iresults\Core\Debug)
  • 性能分析(Iresults\Core\Profiler)
  • 锁(Iresults\Core\System\Lock)
  • 基于树的数据结构(Iresults\Core\Model\DataTree)
  • 缓存抽象(Iresults\Core\Cache)
  • 以及更多...