Python has ctypes to access libraries. In PHP you write extensions for everything. Popular extensions like the one for libgd are available almost everywhere.
Is there any extension which works like Python's ctypes, letting you access libraries without the need to write an PHP extension?
You're looking for ffi.
PHP 7.3 will have FFI (Foreign Function Interface).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With