検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 126 for [SIMILAR] 16 1024 4096 WITH 20362 ffi WITH 18942... (0.337 sec.)
Basic FFI usage 10000
« 例 PHP Callbacks » PHP Manual 例 Basic FFI usage Basic FFI usage Before diving into the details of the FFI API, lets take a look at a few examples demonstrating the simplicity of the FFI API usage for regular tasks. 注意 : Some of these examples require libc.so.6 and as such will not w ...
https://man.plustar.jp/php/ffi.examples-basic.html - [similar]
Main interface to C code and data 6824
« A Complete PHP/FFI/preloading Example FFI::addr » PHP Manual FFI Main interface to C code and data Main interface to C code and data (PHP 7 >= 7.4.0, PHP 8) はじめに Objects of this class are created by the factory methods FFI::cdef() , FFI::load() or FFI::scope() . Defined C variables ...
https://man.plustar.jp/php/class.ffi.html - [similar]
Foreign Function Interface 6824
« user_error はじめに » PHP Manual PHP の振る舞いの変更 Foreign Function Interface Foreign Function Interface はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 例 Basic FFI usage PHP Callbacks A Complete PHP/FFI/preloading Example FFI — Main interface to ...
https://man.plustar.jp/php/book.ffi.html - [similar]
Gets the FFI\CType of FFI\CData 6824
« FFI::type FFI\CData » PHP Manual FFI Gets the FFI\CType of FFI\CData FFI::typeof (PHP 7 >= 7.4.0, PHP 8) FFI::typeof — Gets the FFI\CType of FFI\CData 説明 public static FFI::typeof ( FFI\CData &$ptr ): FFI\CType Gets the FFI\CType object representing the type of the given FFI\CData ob ...
https://man.plustar.jp/php/ffi.typeof.html - [similar]
Performs a C type cast 6824
« FFI::arrayType FFI::cdef » PHP Manual FFI Performs a C type cast FFI::cast (PHP 7 >= 7.4.0, PHP 8) FFI::cast — Performs a C type cast 説明 public static FFI::cast ( FFI\CType | string $type , FFI\CData | int | float | bool | null &$ptr ): ? FFI\CData public FFI::cast ( FFI\CType | stri ...
https://man.plustar.jp/php/ffi.cast.html - [similar]
Creates an FFI\CType object from a C declaration 6824
« FFI::string FFI::typeof » PHP Manual FFI Creates an FFI\CType object from a C declaration FFI::type (PHP 7 >= 7.4.0, PHP 8) FFI::type — Creates an FFI\CType object from a C declaration 説明 public static FFI::type ( string $type ): ? FFI\CType public FFI::type ( string $type ): ? FFI\C ...
https://man.plustar.jp/php/ffi.type.html - [similar]
実行時設定 6824
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定により動作が変化します。 FFI 設定オプション 名前 デフォルト 変更可能 変更履歴 ffi.enable "preload" PHP_INI_SYSTEM ffi.preload "" PHP_INI_SYSTEM PHP_INI_* モードの詳細および定義については どこ ...
https://man.plustar.jp/php/ffi.configuration.html - [similar]
Gets the size of C data or types 6824
« FFI::scope FFI::string » PHP Manual FFI Gets the size of C data or types FFI::sizeof (PHP 7 >= 7.4.0, PHP 8) FFI::sizeof — Gets the size of C data or types 説明 public static FFI::sizeof ( FFI\CData | FFI\CType &$ptr ): int Returns the size of the given FFI\CData or FFI\CType object. パ ...
https://man.plustar.jp/php/ffi.sizeof.html - [similar]
Creates an empty training data struct 6348
« fann_create_train_from_callback fann_descale_input » PHP Manual Fann 関数 Creates an empty training data struct fann_create_train (PECL fann >= 1.0.0) fann_create_train — Creates an empty training data struct 説明 fann_create_train ( int $num_data , int $num_input , int $num_output ): ...
https://man.plustar.jp/php/function.fann-create-train.html - [similar]
C Data Handles 3622
« FFI::typeof FFI\CType » PHP Manual FFI C Data Handles C Data Handles (PHP 7 >= 7.4.0, PHP 8) はじめに FFI\CData objects can be used in a number of ways as a regular PHP data: C data of scalar types can be read and assigned via the $cdata property, e.g. $x = FFI::new('int'); $x->cdata = ...
https://man.plustar.jp/php/class.ffi-cdata.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT