検索

phrase: max: clip:
target: order:
Results of 151 - 160 of about 681 for [SIMILAR] 16 1024 4096 WITH 29754 xsltprocessor ... (1.426 sec.)
NoRewindIterator クラス 0
« MultipleIterator::valid NoRewindIterator::__construct » PHP Manual イテレータ NoRewindIterator クラス NoRewindIterator クラス (PHP 5 >= 5.1.0, PHP 7, PHP 8) はじめに このイテレータは巻き戻しの操作を無視します。 これにより、一部のみを走査する 複数の foreach ループでイテレータを処理するこ ...
https://man.plustar.jp/php/class.norewinditerator.html - [similar]
RecursiveFilterIterator クラス 0
« RecursiveDirectoryIterator::rewind RecursiveFilterIterator::__construct » PHP Manual イテレータ RecursiveFilterIterator クラス RecursiveFilterIterator クラス (PHP 5 >= 5.1.0, PHP 7, PHP 8) はじめに この抽象イテレータは、不要な値を RecursiveIterator から取り除きます。 このクラスを継承し ...
https://man.plustar.jp/php/class.recursivefilteriterator.html - [similar]
パラメータの配列を指定してコールバック関数をコールする 0
« 関数処理 関数 call_user_func » PHP Manual 関数処理 関数 パラメータの配列を指定してコールバック関数をコールする call_user_func_array (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) call_user_func_array — パラメータの配列を指定してコールバック関数をコールする 説明 call_user_func_array ( callable $ ...
https://man.plustar.jp/php/function.call-user-func-array.html - [similar]
コマンドを実行し、入出力用にファイルポインタを開く 0
« proc_nice proc_terminate » PHP Manual プログラム実行関数 コマンドを実行し、入出力用にファイルポインタを開く proc_open (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) proc_open — コマンドを実行し、入出力用にファイルポインタを開く 説明 proc_open ( array | string $command , array $descriptor_spec , ...
https://man.plustar.jp/php/function.proc-open.html - [similar]
実行中の Generator オブジェクトを取得する 0
« ReflectionGenerator::getExecutingFile ReflectionGenerator::getExecutingLine » PHP Manual ReflectionGenerator 実行中の Generator オブジェクトを取得する ReflectionGenerator::getExecutingGenerator (PHP 7, PHP 8) ReflectionGenerator::getExecutingGenerator — 実行中の Generator オブジェクトを ...
https://man.plustar.jp/php/reflectiongenerator.getexecutinggenerator.html - [similar]
ParentIterator クラス 0
« NoRewindIterator::valid ParentIterator::accept » PHP Manual イテレータ ParentIterator クラス ParentIterator クラス (PHP 5 >= 5.1.0, PHP 7, PHP 8) はじめに これは FilterIterator を継承したクラスで、 RecursiveIteratorIterator を使った再帰的な反復処理をできるようにします。 ただし、子を持つ ...
https://man.plustar.jp/php/class.parentiterator.html - [similar]
生の XML データを追加する 0
« DOMDocumentFragment DOMDocumentFragment::__construct » PHP Manual DOMDocumentFragment 生の XML データを追加する DOMDocumentFragment::appendXML (PHP 5 >= 5.1.0, PHP 7, PHP 8) DOMDocumentFragment::appendXML — 生の XML データを追加する 説明 public DOMDocumentFragment::appendXML ( string $ ...
https://man.plustar.jp/php/domdocumentfragment.appendxml.html - [similar]
ジェネレータとは 0
« ジェネレータ ジェネレータの構文 » PHP Manual ジェネレータ ジェネレータとは ジェネレータとは (PHP 5 >= 5.5.0, PHP 7, PHP 8) ジェネレータを使えば、シンプルな イテレータ を簡単に実装できます。 Iterator インターフェイスを実装したクラスを用意する オーバーヘッドや複雑さを心配する必要はありま ...
https://man.plustar.jp/php/language.generators.overview.html - [similar]
データをサーバーに格納する 0
« Memcache::replace Memcache::setCompressThreshold » PHP Manual Memcache データをサーバーに格納する Memcache::set (PECL memcache >= 0.2.0) Memcache::set — データをサーバーに格納する 説明 Memcache::set ( string $key , mixed $var , int $flag = ? , int $expire = ? ): bool Memcache::set() は ...
https://man.plustar.jp/php/memcache.set.html - [similar]
実行する SQL 文を準備する 0
« SQLite3::openBlob SQLite3::query » PHP Manual SQLite3 実行する SQL 文を準備する SQLite3::prepare (PHP 5 >= 5.3.0, PHP 7, PHP 8) SQLite3::prepare — 実行する SQL 文を準備する 説明 public SQLite3::prepare ( string $query ): SQLite3Stmt | false 実行する SQL 文を準備し、 SQLite3Stmt オブジェ ...
https://man.plustar.jp/php/sqlite3.prepare.html - [similar]