(PHP 7 >= 7.4.0, PHP 8)
FFI::cdef — Creates a new FFI object
code注意: C preprocessor directives are not supported, i.e.
#include,#defineand CPP macros do not work.
lib注意: If
libis omitted ornull, platforms supportingRTLD_DEFAULTattempt to lookup symbols declared incodein the normal global scope. Other systems will fail to resolve these symbols.
Returns the freshly created FFI object.
| 版本 | 说明 |
|---|---|
| 8.3.0 |
C functions returning void return a PHP null
instead of FFI\CType::TYPE_VOID.
|
| 8.0.0 |
lib is nullable now.
|