ffi

The FFI (Foreign Function Interface) extension in PHP enables the calling of C functions and accessing C data structures from within PHP

The FFI (Foreign Function Interface) extension in PHP enables the calling of C functions and accessing C data structures from within PHP. This extension is included but must be activated in the `php.ini` file. Uncomment the line `;extension=ffi`, then restart your web server to use FFI features.

Already included with PHP.