検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 111 for [SIMILAR] 16 1024 4096 WITH 24371 startcdata WIT... (0.118 sec.)
XML 名前空間の使用 6373
« 単純な XML ドキュメントの作成 オブジェクト指向 API の使用 » PHP Manual 例 XML 名前空間の使用 XML 名前空間の使用 この例では、名前空間を指定した XML 要素を作る方法を示します。 例1 XML 名前空間の使用 <?php $xw = xmlwriter_open_memory (); xmlwriter_set_indent ( $xw , 1 ); $res = xmlwriter_ ...
https://man.plustar.jp/php/example.xmlwriter-namespace.html - [similar]
はじめに 6373
« XMLWriter インストール/設定 » PHP Manual XMLWriter はじめに はじめに これは、XMLWriter 拡張モジュールです。 libxml の xmlWriter API をラップしています。 この拡張モジュールは、キャッシュ処理をしない前進のみのライターで、 XML データを含むストリームあるいはファイルを作成します。 この拡張モ ...
https://man.plustar.jp/php/intro.xmlwriter.html - [similar]
リソース型 6373
« 実行時設定 定義済み定数 » PHP Manual インストール/設定 リソース型 リソース型 PHP 8.0.0 より前のバージョンでは、手続き型の XMLWriter 拡張モジュールでは、 一種類のリソースを使用していました。 これは、 xmlwriter_open_memory() あるいは xmlwriter_open_uri() が返すものです。 関連キーワード: ...
https://man.plustar.jp/php/xmlwriter.resources.html - [similar]
オブジェクト指向 API の使用 6373
« XML 名前空間の使用 XMLWriter » PHP Manual 例 オブジェクト指向 API の使用 オブジェクト指向 API の使用 この例では、XMLWriter のオブジェクト指向 API を使う方法を示します。 例1 オブジェクト指向 API の使用 <?php $xw = new XMLWriter (); $xw -> openMemory (); $xw -> startDocument ( "1.0" ); $ ...
https://man.plustar.jp/php/example.xmlwriter-oop.html - [similar]
クラスを取得する 6373
« ReflectionExtension::export ReflectionExtension::getClassNames » PHP Manual ReflectionExtension クラスを取得する ReflectionExtension::getClasses (PHP 5, PHP 7, PHP 8) ReflectionExtension::getClasses — クラスを取得する 説明 public ReflectionExtension::getClasses (): array 拡張モジュール ...
https://man.plustar.jp/php/reflectionextension.getclasses.html - [similar]
インストール手順 6373
« 要件 実行時設定 » PHP Manual インストール/設定 インストール手順 インストール手順 XMLWriter 拡張機能は、PHP にバンドルされています。 この拡張モジュールはデフォルトで有効になっています。無効にしたい場合は、次のオプションを指定してコンパイルします。 --disable-xmlwriter 関連キーワード: イン ...
https://man.plustar.jp/php/xmlwriter.installation.html - [similar]
定義済み定数 6373
« リソース型 例 » PHP Manual XMLWriter 定義済み定数 定義済み定数 定数は定義されていません。 関連キーワード: 定義 , 定数 , リソース , XMLWriter , ...
https://man.plustar.jp/php/xmlwriter.constants.html - [similar]
インストール/設定 6373
« はじめに 要件 » PHP Manual XMLWriter インストール/設定 インストール/設定 目次 要件 インストール手順 実行時設定 リソース型 関連キーワード: インストール , 設定 , 要件 , XMLWriter , 手順 , 実行 , リソース , ...
https://man.plustar.jp/php/xmlwriter.setup.html - [similar]
Main interface to C code and data 3901
« 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]
Gets the FFI\CType of FFI\CData 3901
« 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]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT