What language are inbuilt PHP functions written in?

前端 未结 4 1456
半阙折子戏
半阙折子戏 2021-02-05 16:18

This may sound like a stupid question but I\'m a beginner not just to PHP but to programming in general, so in that context:

What language are inbuilt PHP functions writ

4条回答
  •  天命终不由人
    2021-02-05 16:34

    PHP was written in C. Any language above machine code for the specific processor architecture is written in a lower-level language. These abstractions into higher-level languages are an effort to make programming simpler and more productive.

提交回复
热议问题