
- 22 Oct 2020
- By Doug Bierer
PHP 8 Direct C Calls
As PHP itself is written in C, the ability to directly load C shared libraries, and to gain direct access to C functions and data structures is an incredibly important addition to the PHP language. In this article we explore this new extension.
Read More