| Name: | php-ffi |
|---|---|
| Version: | 8.3.15 |
| Release: | 1.el10 |
| Architecture: | aarch64 |
| Group: | Unspecified |
| Size: | 199555 |
| License: | PHP-3.01 |
| RPM: | php-ffi-8.3.15-1.el10.aarch64.rpm |
| Source RPM: | php-8.3.15-1.el10.src.rpm |
| Build Date: | Sat Mar 08 2025 |
| Build Host: | build-ol10-aarch64.oracle.com |
| Vendor: | Oracle America |
| URL: | http://www.php.net/ |
| Summary: | Foreign Function Interface |
| Description: | FFI is one of the features that made Python and LuaJIT very useful for fast prototyping. It allows calling C functions and using C data types from pure scripting language and therefore develop “system code” more productively. For PHP, FFI opens a way to write PHP extensions and bindings to C libraries in pure PHP. |