Python has ctypes for accessing libraries. In PHP, you write extensions for everything. Popular extensions, such as libgd, are available almost everywhere.
Is there any extension that works like Python types, allowing you to access libraries without having to write a PHP extension?
c php shared-libraries
stesch
source share