検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 126 for [SIMILAR] 16 1024 4096 WITH 20362 ffi WITH 18942... (0.166 sec.)
Instantiates an FFI object with C declarations parsed during preloading 0
« FFI::new FFI::sizeof » PHP Manual FFI Instantiates an FFI object with C declarations parsed during preloading FFI::scope (PHP 7 >= 7.4.0, PHP 8) FFI::scope — Instantiates an FFI object with C declarations parsed during preloading 説明 public static FFI::scope ( string $name ): FFI Inst ...
https://man.plustar.jp/php/ffi.scope.html - [similar]
Loads C declarations from a C header file 0
« FFI::isNull FFI::memcmp » PHP Manual FFI Loads C declarations from a C header file FFI::load (PHP 7 >= 7.4.0, PHP 8) FFI::load — Loads C declarations from a C header file 説明 public static FFI::load ( string $filename ): ? FFI Loads C declarations from a C header file. It is possible ...
https://man.plustar.jp/php/ffi.load.html - [similar]
Gets the alignment 0
« FFI::addr FFI::arrayType » PHP Manual FFI Gets the alignment FFI::alignof (PHP 7 >= 7.4.0, PHP 8) FFI::alignof — Gets the alignment 説明 public static FFI::alignof ( FFI\CData | FFI\CType &$ptr ): int Gets the alignment of the given FFI\CData or FFI\CType object. パラメータ ptr The han ...
https://man.plustar.jp/php/ffi.alignof.html - [similar]
Checks whether a FFI\CData is a null pointer 0
« FFI::free FFI::load » PHP Manual FFI Checks whether a FFI\CData is a null pointer FFI::isNull (PHP 7 >= 7.4.0, PHP 8) FFI::isNull — Checks whether a FFI\CData is a null pointer 説明 public static FFI::isNull ( FFI\CData &$ptr ): bool Checks whether a FFI\CData is a null pointer. パラメ ...
https://man.plustar.jp/php/ffi.isnull.html - [similar]
Dynamically constructs a new C array type 0
« FFI::alignof FFI::cast » PHP Manual FFI Dynamically constructs a new C array type FFI::arrayType (PHP 7 >= 7.4.0, PHP 8) FFI::arrayType — Dynamically constructs a new C array type 説明 public static FFI::arrayType ( FFI\CType $type , array $dimensions ): FFI\CType Dynamically construct ...
https://man.plustar.jp/php/ffi.arraytype.html - [similar]
Creates the training data struct from a user supplied function 0
« fann_create_standard fann_create_train » PHP Manual Fann 関数 Creates the training data struct from a user supplied function fann_create_train_from_callback (PECL fann >= 1.0.0) fann_create_train_from_callback — Creates the training data struct from a user supplied function 説明 fann_c ...
https://man.plustar.jp/php/function.fann-create-train-from-callback.html - [similar]
A Complete PHP/FFI/preloading Example 0
« PHP Callbacks FFI » PHP Manual 例 A Complete PHP/FFI/preloading Example A Complete PHP/FFI/preloading Example php.ini ffi.enable=preload opcache.preload=preload.php preload.php <?php FFI :: load ( __DIR__ . "/dummy.h" ); opcache_compile_file ( __DIR__ . "/dummy.php" ); ?> dummy.h #defi ...
https://man.plustar.jp/php/ffi.examples-complete.html - [similar]
Creates an unmanaged pointer to C data 0
« FFI FFI::alignof » PHP Manual FFI Creates an unmanaged pointer to C data FFI::addr (PHP 7 >= 7.4.0, PHP 8) FFI::addr — Creates an unmanaged pointer to C data 説明 public static FFI::addr ( FFI\CData &$ptr ): FFI\CData Creates an unmanaged pointer to the C data represented by the given ...
https://man.plustar.jp/php/ffi.addr.html - [similar]
Compares memory areas 0
« FFI::load FFI::memcpy » PHP Manual FFI Compares memory areas FFI::memcmp (PHP 7 >= 7.4.0, PHP 8) FFI::memcmp — Compares memory areas 説明 public static FFI::memcmp ( string | FFI\CData &$ptr1 , string | FFI\CData &$ptr2 , int $size ): int Compares size bytes from the memory areas ptr1 ...
https://man.plustar.jp/php/ffi.memcmp.html - [similar]
はじめに 0
« FFI インストール/設定 » PHP Manual 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 ...
https://man.plustar.jp/php/intro.ffi.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT