検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 128 for [SIMILAR] 16 1024 4096 WITH 46277 ffi WITH 33391... (0.251 sec.)
アルファベット順 0
« 拡張モジュールの一覧/分類 所属 » PHP Manual 拡張モジュールの一覧/分類 アルファベット順 アルファベット順 Apache APCu 配列 BC Math Bzip2 カレンダー クラス/オブジェクト CommonMark COM Componere CSPRNG Ctype CUBRID cURL Date/Time DBA dBase ダイレクト IO ディレクトリ DOM Data Structures Eio ...
https://man.plustar.jp/php/extensions.alphabetical.html - [similar]
所属 0
« アルファベット順 状態 » PHP Manual 拡張モジュールの一覧/分類 所属 所属 コア拡張 これらは実際のところ拡張ではありません。 PHP のコアに組み込まれており、 コンパイルオプションで無効にすることはできません。 配列 クラス/オブジェクト CSPRNG Date/Time ディレクトリ エラー処理 プログラムの実行 ...
https://man.plustar.jp/php/extensions.membership.html - [similar]
関数リファレンス 0
« PHP DTrace 静的プローブとともに SystemTap を使用 PHP の振る舞いの変更 » PHP Manual 関数リファレンス 関数リファレンス ヒント 参考 拡張モジュールの一覧/分類 . PHP の振る舞いの変更 APCu — APC User Cache Componere エラー処理 — エラー処理およびログ記録 FFI — Foreign Function Interface OPcac ...
https://man.plustar.jp/php/funcref.html - [similar]
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]
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]
単純な XML ドキュメントの作成 0
« 例 XML 名前空間の使用 » PHP Manual 例 単純な XML ドキュメントの作成 単純な XML ドキュメントの作成 この例では、XMLWriter を使ってメモリ上に XML ドキュメントを作る方法を示します。 例1 単純な XML ドキュメントの作成 <?php $xw = xmlwriter_open_memory (); xmlwriter_set_indent ( $xw , 1 ); $r ...
https://man.plustar.jp/php/example.xmlwriter-simple.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]
はじめに 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]
印字可能な文字かどうかを調べる 0
« ctype_lower ctype_punct » PHP Manual Ctype 関数 印字可能な文字かどうかを調べる ctype_print (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) ctype_print — 印字可能な文字かどうかを調べる 説明 ctype_print ( mixed $text ): bool 与えられた文字列 text のすべての文字が 印字可能な文字であるかどうかを調べ ...
https://man.plustar.jp/php/function.ctype-print.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT