検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 445 for [SIMILAR] 16 1024 4096 WITH 43645 getresultmessa... (4.616 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]
InfiniteIterator クラス 0
« GlobIterator::count InfiniteIterator::__construct » PHP Manual イテレータ InfiniteIterator クラス InfiniteIterator クラス (PHP 5 >= 5.1.0, PHP 7, PHP 8) はじめに InfiniteIterator は、 他のイテレータを受け取って無限に反復させます。 最後までたどり着いたときに手動で巻き戻す必要はありません ...
https://man.plustar.jp/php/class.infiniteiterator.html - [similar]
ノードの後ろにノードを追加する 0
« DOMChildNode DOMChildNode::before » PHP Manual DOMChildNode ノードの後ろにノードを追加する DOMChildNode::after (PHP 8) DOMChildNode::after — ノードの後ろにノードを追加する 説明 public DOMChildNode::after ( DOMNode | string ...$nodes ): void 渡された nodes をノードの後ろに追加します。 パ ...
https://man.plustar.jp/php/domchildnode.after.html - [similar]
最初の子ノードの前にノードを追加する 0
« DOMParentNode::append DOMProcessingInstruction » PHP Manual DOMParentNode 最初の子ノードの前にノードを追加する DOMParentNode::prepend (PHP 8) DOMParentNode::prepend — 最初の子ノードの前にノードを追加する 説明 public DOMParentNode::prepend ( DOMNode | string ...$nodes ): void ひとつ以上 ...
https://man.plustar.jp/php/domparentnode.prepend.html - [similar]
エンコード変換を行ってメールを送信する 0
« mb_scrub mb_split » PHP Manual マルチバイト文字列 関数 エンコード変換を行ってメールを送信する mb_send_mail (PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8) mb_send_mail — エンコード変換を行ってメールを送信する 説明 mb_send_mail ( string $to , string $subject , string $message , array | string $ad ...
https://man.plustar.jp/php/function.mb-send-mail.html - [similar]
大文字小文字を区別せずに文字列が最初に現れる位置を探す 0
« stripcslashes stripslashes » PHP Manual String 関数 大文字小文字を区別せずに文字列が最初に現れる位置を探す stripos (PHP 5, PHP 7, PHP 8) stripos — 大文字小文字を区別せずに文字列が最初に現れる位置を探す 説明 stripos ( string $haystack , string $needle , int $offset = 0 ): int | false 文 ...
https://man.plustar.jp/php/function.stripos.html - [similar]
クリップパスの定義を開始する 0
« ImagickDraw::push ImagickDraw::pushDefs » PHP Manual ImagickDraw クリップパスの定義を開始する ImagickDraw::pushClipPath (PECL imagick 2, PECL imagick 3) ImagickDraw::pushClipPath — クリップパスの定義を開始する 説明 public ImagickDraw::pushClipPath ( string $clip_mask_id ): bool 警告 こ ...
https://man.plustar.jp/php/imagickdraw.pushclippath.html - [similar]
パフォーマンス 0
« 再帰的パターン PCRE 関数 » PHP Manual PCRE 正規表現構文 パフォーマンス パフォーマンス パターンに記述可能な要素のうち、幾つかの要素は、他の要素よりも 効率的に処理されます。 (a|e|i|o|u) のような選択肢の集合よりも [aeiou] のような文字クラスの方が効率的です。一般に、構文が 最も単純なものが ...
https://man.plustar.jp/php/regexp.reference.performance.html - [similar]
指定した $index の値を $value に設定する 0
« SplDoublyLinkedList::offsetGet SplDoublyLinkedList::offsetUnset » PHP Manual SplDoublyLinkedList 指定した $index の値を $value に設定する SplDoublyLinkedList::offsetSet (PHP 5 >= 5.3.0, PHP 7, PHP 8) SplDoublyLinkedList::offsetSet — 指定した $index の値を $value に設定する 説明 public ...
https://man.plustar.jp/php/spldoublylinkedlist.offsetset.html - [similar]
switch 0
« continue match » PHP Manual 制御構造 switch switch (PHP 4, PHP 5, PHP 7, PHP 8) switch 文は、同じ式を用いてIF文を並べたのに似ています。 同じ変数を異なる値と比較し、値に応じて異なったコードを実行したいと 思うことがしばしばあるかと思います。 switch 文は、まさにこのためにあるのです。 注意 ...
https://man.plustar.jp/php/control-structures.switch.html - [similar]