Results of 1 - 10 of about 12 for cdef (0.003 sec.)
- Creates a new FFI object 13442
- « FFI::cast FFI::free » PHP Manual FFI Creates a new FFI object FFI::cdef (PHP 7 >= 7.4.0, PHP 8
...
) FFI::cdef — Creates a new FFI object 説明 public static FFI: ...
:cdef ( string $code = "" , ? string $lib = null ): FFI ...
able now. 関連キーワード: new , string , Creates , cdef , symbols , not , 注意 , linked , definitions , om ...
-
https://man.plustar.jp/php/ffi.cdef.html
- [similar]
- Basic FFI usage 10665
- « 例 PHP Callbacks » PHP Manual 例 Basic FFI usage Basic FFI usage Before diving into the detail
...
libc and exporting function printf() $ffi = FFI :: cdef ( "int printf(const char *format, ...);" , // this ...
php // create gettimeofday() binding $ffi = FFI :: cdef ( " typedef unsigned int time_t; typedef unsigned ...
ng libc and exporting errno variable $ffi = FFI :: cdef ( "int errno;" , // this is a regular C declaratio ...
t(8192) 例6 Working with C enums <?php $a = FFI :: cdef ( 'typedef enum _zend_ffi_symbol_kind { ZEND_FFI_S ...
-
https://man.plustar.jp/php/ffi.examples-basic.html
- [similar]
- Main interface to C code and data 9745
- « A Complete PHP/FFI/preloading Example FFI::addr » PHP Manual FFI Main interface to C code and
...
this class are created by the factory methods FFI::cdef() , FFI::load() or FFI::scope() . Defined C variab ...
t | bool | null &$ptr ): ? FFI\CData public static cdef ( string $code = "" , ? string $lib = null ): FFI ...
array type FFI::cast — Performs a C type cast FFI::cdef — Creates a new FFI object FFI::free — Releases an ...
-
https://man.plustar.jp/php/class.ffi.html
- [similar]
- Sets the options for rrd graph export 9480
- « RRDGraph::saveVerbose RRDUpdater » PHP Manual RRDGraph Sets the options for rrd graph export R
...
"m/s" , "DEF:myspeed= $rrdFile :speed:AVERAGE" , "CDEF:realspeed=myspeed,1000,*" , "LINE2:realspeed#FF000 ...
00000" , "DEF:myspeed= $rrdFile :speed:AVERAGE" , "CDEF:realspeed=myspeed,1000,*" , "LINE2:realspeed#FF000 ...
-
https://man.plustar.jp/php/rrdgraph.setoptions.html
- [similar]
- Releases an unmanaged data structure 8560
- « FFI::cdef FFI::isNull » PHP Manual FFI Releases an unmanaged data structure FFI::free (PHP 7 >
...
-
https://man.plustar.jp/php/ffi.free.html
- [similar]
- Procedural PECL/rrd example 8295
- « 例 OOP PECL/rrd example » PHP Manual 例 Procedural PECL/rrd example Procedural PECL/rrd exampl
...
"m/s" , "DEF:myspeed= $rrdFile :speed:AVERAGE" , "CDEF:realspeed=myspeed,1000,*" , "LINE2:realspeed#FF000 ...
-
https://man.plustar.jp/php/rrd.examples-procedural.html
- [similar]
- Performs a C type cast 8171
- « FFI::arrayType FFI::cdef » PHP Manual FFI Performs a C type cast FFI::cast (PHP 7 >= 7.4.0, PH
...
-
https://man.plustar.jp/php/ffi.cast.html
- [similar]
- PHP Callbacks 8171
- « Basic FFI usage A Complete PHP/FFI/preloading Example » PHP Manual 例 PHP Callbacks PHP Callba
...
ss it as a function argument: <?php $zend = FFI :: cdef ( " typedef int (*zend_write_func_t)(const char *s ...
-
https://man.plustar.jp/php/ffi.examples-callback.html
- [similar]
- OOP PECL/rrd example 8171
- « Procedural PECL/rrd example RRD 関数 » PHP Manual 例 OOP PECL/rrd example OOP PECL/rrd example
...
"m/s" , "DEF:myspeed= $rrdFile :speed:AVERAGE" , "CDEF:realspeed=myspeed,1000,*" , "LINE2:realspeed#FF000 ...
-
https://man.plustar.jp/php/rrd.examples-oop.html
- [similar]
- Foreign Function Interface 7906
- « user_error はじめに » PHP Manual PHP の振る舞いの変更 Foreign Function Interface Foreign Funct
...
array type FFI::cast — Performs a C type cast FFI::cdef — Creates a new FFI object FFI::free — Releases an ...
-
https://man.plustar.jp/php/book.ffi.html
- [similar]