検索

phrase: max: clip:
target: order:
Results of 731 - 740 of about 1437 for [SIMILAR] 16 1024 4096 WITH 19110 iteratoriterat... (1.357 sec.)
DOMNode クラス 0
« DOMNamedNodeMap::item DOMNode::appendChild » PHP Manual DOM DOMNode クラス DOMNode クラス (PHP 5, PHP 7, PHP 8) クラス概要 class DOMNode { /* プロパティ */ public readonly string $ nodeName ; public ? string $ nodeValue ; public readonly int $ nodeType ; public readonly ? DOMNode $ par ...
https://man.plustar.jp/php/class.domnode.html - [similar]
空の DOMDocumentType オブジェクトを作成する 0
« DOMImplementation::createDocument DOMImplementation::hasFeature » PHP Manual DOMImplementation 空の DOMDocumentType オブジェクトを作成する DOMImplementation::createDocumentType (PHP 5, PHP 7, PHP 8) DOMImplementation::createDocumentType — 空の DOMDocumentType オブジェクトを作成する 説明 ...
https://man.plustar.jp/php/domimplementation.createdocumenttype.html - [similar]
コールバック関数を繰り返し配列に適用し、配列をひとつの値にまとめる 0
« array_rand array_replace_recursive » PHP Manual 配列 関数 コールバック関数を繰り返し配列に適用し、配列をひとつの値にまとめる array_reduce (PHP 4 >= 4.0.5, PHP 5, PHP 7, PHP 8) array_reduce — コールバック関数を繰り返し配列に適用し、配列をひとつの値にまとめる 説明 array_reduce ( array $a ...
https://man.plustar.jp/php/function.array-reduce.html - [similar]
配列と同様の形式で、複数の変数への代入を行う 0
« ksort natcasesort » PHP Manual 配列 関数 配列と同様の形式で、複数の変数への代入を行う list (PHP 4, PHP 5, PHP 7, PHP 8) list — 配列と同様の形式で、複数の変数への代入を行う 説明 list ( mixed $var , mixed ...$vars = ? ): array array() と同様に、 この関数は実際には関数ではなく言語構造です ...
https://man.plustar.jp/php/function.list.html - [similar]
名前空間と動的言語機能 0
« 名前空間の使用法: 基本編 namespace キーワードおよび __NAMESPACE__ 定数 » PHP Manual 名前空間 名前空間と動的言語機能 名前空間と動的言語機能 (PHP 5 >= 5.3.0, PHP 7, PHP 8) PHP における名前空間の実装は、PHP 自身が動的プログラミング言語であるという性質に影響を受けています。 したがって、次の ...
https://man.plustar.jp/php/language.namespaces.dynamic.html - [similar]
子を持っているかどうかを調べる 0
« RecursiveTreeIterator::callGetChildren RecursiveTreeIterator::__construct » PHP Manual RecursiveTreeIterator 子を持っているかどうかを調べる RecursiveTreeIterator::callHasChildren (PHP 5 >= 5.3.0, PHP 7, PHP 8) RecursiveTreeIterator::callHasChildren — 子を持っているかどうかを調べる 説明 ...
https://man.plustar.jp/php/recursivetreeiterator.callhaschildren.html - [similar]
このテキストノードが空白を含むかどうかを示す 0
« DOMText::isElementContentWhitespace DOMText::splitText » PHP Manual DOMText このテキストノードが空白を含むかどうかを示す DOMText::isWhitespaceInElementContent (PHP 5, PHP 7, PHP 8) DOMText::isWhitespaceInElementContent — このテキストノードが空白を含むかどうかを示す 説明 public DOMText: ...
https://man.plustar.jp/php/domtext.iswhitespaceinelementcontent.html - [similar]
getImageChannelKurtosis 0
« Imagick::getImageChannelExtrema Imagick::getImageChannelMean » PHP Manual Imagick getImageChannelKurtosis Imagick::getImageChannelKurtosis (PECL imagick 2 >= 2.3.0, PECL imagick 3) Imagick::getImageChannelKurtosis — getImageChannelKurtosis 説明 public Imagick::getImageChannelKurtosis ( ...
https://man.plustar.jp/php/imagick.getimagechannelkurtosis.html - [similar]
配列演算子 0
« 文字列演算子 型演算子 » PHP Manual 演算子 配列演算子 配列演算子 Array Operators 例 名前 結果 $a + $b 結合 $a および $b を結合する。 $a == $b 同等 $a および $b のキー/値のペアが等しい場合に true 。 $a === $b 同一 $a および $b のキー/値のペアが等しく、その並び順が等しく、 かつデータ型も等 ...
https://man.plustar.jp/php/language.operators.array.html - [similar]
下位互換性のない変更点 0
« 新しいグローバル定数 PHP 7.1.x で推奨されなくなる機能 » PHP Manual PHP 7.0.x から PHP 7.1.x への移行 下位互換性のない変更点 下位互換性のない変更点 関数に渡す引数が少ない場合の挙動 これまでのバージョンでは、ユーザー定義の関数に渡す引数が足りない場合は warning が発生していました。PHP 7.1 ...
https://man.plustar.jp/php/migration71.incompatible.html - [similar]