検索

phrase: max: clip:
target: order:
Results of 361 - 370 of about 785 for [SIMILAR] 16 1024 4096 WITH 34127 parentiterator... (7.581 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]
コールバック / Callable 0
« NULL 型宣言 » PHP Manual 型 コールバック / Callable コールバック / Callable コールバックは、 callable 型で表されます。 call_user_func() や usort() 等の関数は、ユーザーが定義するコールバック関数を引数として受け入れます。 コールバック関数は、単純な関数だけでなく、オブジェクトのメソッド あ ...
https://man.plustar.jp/php/language.types.callable.html - [similar]
イテレータの現在のエントリに関連づけられたデータを返す 0
« SplObjectStorage::getHash SplObjectStorage::key » PHP Manual SplObjectStorage イテレータの現在のエントリに関連づけられたデータを返す SplObjectStorage::getInfo (PHP 5 >= 5.3.0, PHP 7, PHP 8) SplObjectStorage::getInfo — イテレータの現在のエントリに関連づけられたデータを返す 説明 public S ...
https://man.plustar.jp/php/splobjectstorage.getinfo.html - [similar]
指定したマルチバイト文字列が正規表現に一致する部分の位置と長さを返す 0
« mb_ereg_search_init mb_ereg_search_regs » PHP Manual マルチバイト文字列 関数 指定したマルチバイト文字列が正規表現に一致する部分の位置と長さを返す mb_ereg_search_pos (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) mb_ereg_search_pos — 指定したマルチバイト文字列が正規表現に一致する部分の位置と長さ ...
https://man.plustar.jp/php/function.mb-ereg-search-pos.html - [similar]
リファレンスが行うことは何ですか? 0
« リファレンスとは? リファレンスが行わないこと » PHP Manual リファレンスの説明 リファレンスが行うことは何ですか? リファレンスが行うことは何ですか? リファレンスを使う基本操作には三通りあります。 リファレンスの代入 、 リファレンス渡し 、 そして リファレンスを返す ことです。 この節では、これ ...
https://man.plustar.jp/php/language.references.whatdo.html - [similar]
イテレータを巻き戻す 0
« RecursiveTreeIterator::nextElement RecursiveTreeIterator::setPostfix » PHP Manual RecursiveTreeIterator イテレータを巻き戻す RecursiveTreeIterator::rewind (PHP 5 >= 5.3.0, PHP 7, PHP 8) RecursiveTreeIterator::rewind — イテレータを巻き戻す 説明 public RecursiveTreeIterator::rewind (): v ...
https://man.plustar.jp/php/recursivetreeiterator.rewind.html - [similar]
再試行無しのサブパターン 0
« 言明 条件付きサブパターン » PHP Manual PCRE 正規表現構文 再試行無しのサブパターン 再試行無しのサブパターン 繰り返し回数の下限もしくは上限の指定をした場合、 〔繰り返しを指定した要素の〕続きがマッチに失敗すると、 繰り返し指定した要素が再評価され、繰り返し回数を変えた上で 残りのパターンが ...
https://man.plustar.jp/php/regexp.reference.onlyonce.html - [similar]
Event 0
« CURLStringFile::__construct はじめに » PHP Manual その他のサービス Event Event はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 例 Event flags About event persistence Event callbacks Constructing signal events Event — The Event class Event::add — Makes event pendi ...
https://man.plustar.jp/php/book.event.html - [similar]
BulletList concrete CommonMark\Node 0
« CommonMark\Node\BlockQuote CommonMark\Node\BulletList::__construct » PHP Manual CommonMark BulletList concrete CommonMark\Node BulletList concrete CommonMark\Node (cmark >= 1.0.0) クラス概要 final class CommonMark\Node\BulletList extends CommonMark\Node implements CommonMark\Interfaces ...
https://man.plustar.jp/php/class.commonmark-node-bulletlist.html - [similar]
CodeBlock concrete CommonMark\Node 0
« CommonMark\Node\Code CommonMark\Node\CodeBlock::__construct » PHP Manual CommonMark CodeBlock concrete CommonMark\Node CodeBlock concrete CommonMark\Node (cmark >= 1.0.0) クラス概要 final class CommonMark\Node\CodeBlock extends CommonMark\Node\Text implements CommonMark\Interfaces\IVis ...
https://man.plustar.jp/php/class.commonmark-node-codeblock.html - [similar]