FFI
Advanced PHP
2024-11-26
30
•
Foreign function interface
•
Load a dynamic library and start calling functions
•
Will also allow for mapping types in an OO way
•
Pass PHP functions to C functions that take callbacks
•
For PHP 5
•
Being written by Wez Furlong