検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 102 for [SIMILAR] 16 1024 4096 WITH 30418 declaration WI... (0.259 sec.)
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]
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]
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 a new FFI object 0
« 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 Creates a new FFI object. パラメータ code A string containing a sequence o ...
https://man.plustar.jp/php/ffi.cdef.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]
16 進数を表す文字かどうかを調べる 0
« ctype_upper Filter » PHP Manual Ctype 関数 16 進数を表す文字かどうかを調べる ctype_xdigit (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) ctype_xdigit — 16 進数を表す文字かどうかを調べる 説明 ctype_xdigit ( mixed $text ): bool 与えられた文字列 text のすべての文字が 16 進の '数字' であるかどうかを ...
https://man.plustar.jp/php/function.ctype-xdigit.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]
Copies one memory area to another 0
« FFI::memcmp FFI::memset » PHP Manual FFI Copies one memory area to another FFI::memcpy (PHP 7 >= 7.4.0, PHP 8) FFI::memcpy — Copies one memory area to another 説明 public static FFI::memcpy ( FFI\CData &$to , FFI\CData | string &$from , int $size ): void Copies size bytes from the memo ...
https://man.plustar.jp/php/ffi.memcpy.html - [similar]
Releases an unmanaged data structure 0
« FFI::cdef FFI::isNull » PHP Manual FFI Releases an unmanaged data structure FFI::free (PHP 7 >= 7.4.0, PHP 8) FFI::free — Releases an unmanaged data structure 説明 public static FFI::free ( FFI\CData &$ptr ): void Manually releases a previously created unmanaged data structure. パラメー ...
https://man.plustar.jp/php/ffi.free.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT