検索

phrase: max: clip:
target: order:
Results of 181 - 190 of about 303 for [SIMILAR] 16 1024 4096 WITH 20704 domdocument WI... (0.237 sec.)
単純な 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]
Gets field data from the currently selected row 0
« sqlsrv_get_config sqlsrv_has_rows » PHP Manual SQLSRV 関数 Gets field data from the currently selected row sqlsrv_get_field (No version information available, might only be in Git) sqlsrv_get_field — Gets field data from the currently selected row 説明 sqlsrv_get_field ( resource $stmt ...
https://man.plustar.jp/php/function.sqlsrv-get-field.html - [similar]
ノート 0
« 定義済み定数 The MySQLi Extension Function Summary » PHP Manual MySQLi ノート ノート 若干の実装ノート MYSQL_TYPE_GEOMETRY に対するサポートが MySQLi エクステンションに PHP 5.3 で追加されました。 MYSQL_TYPE_GEOMETRY 型の項目を操作するために libmysqlclient および mysqlnd の中にそれぞれ別の ...
https://man.plustar.jp/php/mysqli.notes.html - [similar]
このノードが HTML要素 であるかどうかを調べる 0
« tidyNode::isComment tidyNode::isJste » PHP Manual tidyNode このノードが HTML要素 であるかどうかを調べる tidyNode::isHtml (PHP 5, PHP 7, PHP 8) tidyNode::isHtml — このノードが HTML要素 であるかどうかを調べる 説明 public tidyNode::isHtml (): bool このノードが ルート要素 以外の HTML要素 で ...
https://man.plustar.jp/php/tidynode.ishtml.html - [similar]
DOMNodeList クラス 0
« DOMNode::replaceChild DOMNodeList::count » PHP Manual DOM DOMNodeList クラス DOMNodeList クラス (PHP 5, PHP 7, PHP 8) クラス概要 class DOMNodeList implements IteratorAggregate , Countable { /* プロパティ */ public readonly int $ length ; /* メソッド */ public count (): int public item ...
https://man.plustar.jp/php/class.domnodelist.html - [similar]
Makes the next row in a result set available for reading 0
« sqlsrv_fetch_object sqlsrv_field_metadata » PHP Manual SQLSRV 関数 Makes the next row in a result set available for reading sqlsrv_fetch (No version information available, might only be in Git) sqlsrv_fetch — Makes the next row in a result set available for reading 説明 sqlsrv_fetch ( ...
https://man.plustar.jp/php/function.sqlsrv-fetch.html - [similar]
指定した 16 ビット単位のオフセットに、文字列を挿入する 0
« DOMCharacterData::deleteData DOMCharacterData::replaceData » PHP Manual DOMCharacterData 指定した 16 ビット単位のオフセットに、文字列を挿入する DOMCharacterData::insertData (PHP 5, PHP 7, PHP 8) DOMCharacterData::insertData — 指定した 16 ビット単位のオフセットに、文字列を挿入する 説明 ...
https://man.plustar.jp/php/domcharacterdata.insertdata.html - [similar]
0
« 定義済み定数 PhpToken » PHP Manual Tokenizer 例 例 以下に tokenizer を用いた簡単な PHP スクリプトの例を示します。この例は、 PHP ファイルを読み込み、ソースから全てのコメントを削除し、コードのみを 出力するものです。 例1 tokenizer によるコメントの削除 <?php $source = file_get_contents ( ' ...
https://man.plustar.jp/php/tokenizer.examples.html - [similar]
ZipArchive クラス 0
« 例 ZipArchive::addEmptyDir » PHP Manual Zip ZipArchive クラス ZipArchive クラス (PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL zip >= 1.1.0) はじめに Zip で圧縮されたファイルアーカイブです。 クラス概要 class ZipArchive implements Countable { /* プロパティ */ public readonly int $ lastId ; public ...
https://man.plustar.jp/php/class.ziparchive.html - [similar]
SplDoublyLinkedList クラス 0
« データ構造 SplDoublyLinkedList::add » PHP Manual データ構造 SplDoublyLinkedList クラス SplDoublyLinkedList クラス (PHP 5 >= 5.3.0, PHP 7, PHP 8) はじめに SplDoublyLinkedList クラスは、双方向リンクリストの主要な機能を提供します。 クラス概要 class SplDoublyLinkedList implements Iterator ...
https://man.plustar.jp/php/class.spldoublylinkedlist.html - [similar]