2015年12月21日
摘要: 一、类的实现类的内部存储结构:struct _zend_class_entry { char type; // 类型:ZEND_INTERNAL_CLASS / ZEND_USER_CLASS char *name;// 类名称 zend_uint name_length;... 阅读全文
posted @ 2015-12-21 18:01 咖啡机(K.F.J) 阅读(692) 评论(0) 推荐(0)