FFI

Advanced PHP 2025-05-15
   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