PHP 7.4's FFI Support Is In Good Shape For Tapping C Functions / Structures From PHP
One of the interesting features for PHP 7.4 that is due for release at the end of next month is the long-awaited FFI (Foreign Function Interface) support. PHP 7.4's FFI lets developers call functions / variables / data structures defined in the C programming language from native PHP code...