| Package Information |
| Summary |
Foreign Function Interface |
| Maintainers |
Ilia Alshanetsky <ilia@prohost.org> (developer) [details] Wez Furlong <wez@php.net> (lead) [wishlist] [details]
|
| License |
PHP |
| Description |
FFI is a multi-platform extension for PHP 5 that allows you to bind to functions from arbitrary shared libraries and call them. |
| Homepage |
http://zlog.thebrainroom.net |
Release notes Version0.3 |
Fixed some pointer problems, made some general improvements
Allow PHP scripts to extend the ffi class and implement __call
overloading - see examples/ctype.php. (Ilia). |