... e.g. $x = FFI::new('int'); $x->cdata = 42;; C struct and union fields can be accessed as regular PHP object property, e.g. $cdata->field; C array ...
確定! 回上一頁