mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-14 21:11:14 +00:00
Add basic Extension docs
This commit is contained in:
7
php_modules/ffi/README.md
Normal file
7
php_modules/ffi/README.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# ffi
|
||||
|
||||
This extension allows the loading of shared libraries (.DLL or .so), calling of C functions and accessing of C data structures in pure PHP, without having to have deep knowledge of the Zend extension API, and without having to learn a third “intermediate” language.
|
||||
|
||||
| Platform | Url |
|
||||
|----------|------------------------------------------------------------------|
|
||||
| PHP.net | https://www.php.net/manual/en/book.ffi.php |
|
||||
Reference in New Issue
Block a user