Code Monkey home page Code Monkey logo

study's Introduction

介绍

手把手教你编写PHP协程扩展。在线阅读

请不要安装xdebug扩展。

前言

目前社区有很多PHP源码分析以及扩展开发的文章,但是不够系统和全面,学完之后有一种似懂非懂的感觉。这本电子书的目标是全方位细致深度讲解如何开发PHP协程扩展,让大家可以掌握PHP扩展开发的技能。

开发环境

PHP版本:7.3.5

操作系统:尽可能是alpine

你也可以直接使用我为你准备的Dockerfile,以保证和我的开发环境一致,避免不必要的麻烦:

docker build -t study -f docker/Dockerfile .

本教程适合人群

基本的数据结构、网络编程、汇编语言、C语言,能读懂代码即可,并且希望成为一个优秀的PHP工程师的人。

讨论

可以加QQ群进行讨论:

942858122

如果对教程有什么疑问,欢迎在issue提出(建议先提issue,然后再在群里问),我们一起努力打造出一个高质量的、系统化的PHP扩展开发教程。

感谢

感谢Swoole这个项目,没有这个项目,就没有这个教程。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.