successgo / blog

This is Success Go's blog.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

read PHP source, aka RPS

successgo opened this issue · comments

Read PHP Source

阅读 PHP 源码。

  • 准备工作和背景知识

    • 环境搭建
    • 源码结构,阅读源码方法
    • 常用代码
  • 用户代码的执行

  • 变量及数据类型

  • 函数的实现

  • 类和面向对象

  • 内存管理

  • Zend 虚拟机

  • 线程安全