検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 411 for [SIMILAR] 16 1024 4096 WITH 27390 domnamednodema... (0.448 sec.)
現在のノードのインデックスを返す 0
« SplPriorityQueue::isEmpty SplPriorityQueue::next » PHP Manual SplPriorityQueue 現在のノードのインデックスを返す SplPriorityQueue::key (PHP 5 >= 5.3.0, PHP 7, PHP 8) SplPriorityQueue::key — 現在のノードのインデックスを返す 説明 public SplPriorityQueue::key (): int この関数は、現在のノー ...
https://man.plustar.jp/php/splpriorityqueue.key.html - [similar]
新しい文書片を作成する 0
« DOMDocument::createComment DOMDocument::createElement » PHP Manual DOMDocument 新しい文書片を作成する DOMDocument::createDocumentFragment (PHP 5, PHP 7, PHP 8) DOMDocument::createDocumentFragment — 新しい文書片を作成する 説明 public DOMDocument::createDocumentFragment (): DOMDocumentFr ...
https://man.plustar.jp/php/domdocument.createdocumentfragment.html - [similar]
2 つのノードが等しいかどうかを調べる 0
« DOMNode::isDefaultNamespace DOMNode::isSupported » PHP Manual DOMNode 2 つのノードが等しいかどうかを調べる DOMNode::isSameNode (PHP 5, PHP 7, PHP 8) DOMNode::isSameNode — 2 つのノードが等しいかどうかを調べる 説明 public DOMNode::isSameNode ( DOMNode $otherNode ): bool この関数は、2 つの ...
https://man.plustar.jp/php/domnode.issamenode.html - [similar]
日付/時刻情報を取得する 0
« date gettimeofday » PHP Manual 日付・時刻 関数 日付/時刻情報を取得する getdate (PHP 4, PHP 5, PHP 7, PHP 8) getdate — 日付/時刻情報を取得する 説明 getdate ( ? int $timestamp = null ): array timestamp に関する日付情報を有する連想配列を返します。 timestamp が省略されたり、 null だった場合 ...
https://man.plustar.jp/php/function.getdate.html - [similar]
ノードが子を保持しているかどうかを調べる 0
« DOMNode::hasAttributes DOMNode::insertBefore » PHP Manual DOMNode ノードが子を保持しているかどうかを調べる DOMNode::hasChildNodes (PHP 5, PHP 7, PHP 8) DOMNode::hasChildNodes — ノードが子を保持しているかどうかを調べる 説明 public DOMNode::hasChildNodes (): bool この関数は、ノードが子を ...
https://man.plustar.jp/php/domnode.haschildnodes.html - [similar]
すべてのサブツリーを飛ばして、次のノードにカーソルを移動する 0
« XMLReader::moveToNextAttribute XMLReader::open » PHP Manual XMLReader すべてのサブツリーを飛ばして、次のノードにカーソルを移動する XMLReader::next (PHP 5 >= 5.1.0, PHP 7, PHP 8) XMLReader::next — すべてのサブツリーを飛ばして、次のノードにカーソルを移動する 説明 public XMLReader::next ( ...
https://man.plustar.jp/php/xmlreader.next.html - [similar]
双方向リンクリストにまだノードがあるかどうかを調べる 0
« SplDoublyLinkedList::unshift SplStack » PHP Manual SplDoublyLinkedList 双方向リンクリストにまだノードがあるかどうかを調べる SplDoublyLinkedList::valid (PHP 5 >= 5.3.0, PHP 7, PHP 8) SplDoublyLinkedList::valid — 双方向リンクリストにまだノードがあるかどうかを調べる 説明 public SplDoublyL ...
https://man.plustar.jp/php/spldoublylinkedlist.valid.html - [similar]
DOMCharacterData ノードの文字列の一部を置換する 0
« DOMCharacterData::insertData DOMCharacterData::substringData » PHP Manual DOMCharacterData DOMCharacterData ノードの文字列の一部を置換する DOMCharacterData::replaceData (PHP 5, PHP 7, PHP 8) DOMCharacterData::replaceData — DOMCharacterData ノードの文字列の一部を置換する 説明 public DOM ...
https://man.plustar.jp/php/domcharacterdata.replacedata.html - [similar]
ホスト名を取得する 0
« gethostbynamel getmxrr » PHP Manual ネットワーク 関数 ホスト名を取得する gethostname (PHP 5 >= 5.3.0, PHP 7, PHP 8) gethostname — ホスト名を取得する 説明 gethostname (): string | false gethostname() 関数は、ローカルのマシンに設定されている標準的なホスト名を取得します。 パラメータ この関 ...
https://man.plustar.jp/php/function.gethostname.html - [similar]
変数のスコープ 0
« 定義済みの変数 可変変数 » PHP Manual 変数 変数のスコープ 変数のスコープ 変数のスコープは、その変数が定義されたコンテキストです。ほとんどの PHP 変数は、スコープを1つだけ有しています。このスコープの範囲は、 includeやrequireにより読みこまれたファイルも含みます。例えば、 <?php $a = 1 ; inc ...
https://man.plustar.jp/php/language.variables.scope.html - [similar]