検索

phrase: max: clip:
target: order:
Results of 551 - 560 of about 1349 for [SIMILAR] 16 1024 4096 WITH 6741 iterator WITH 2... (3.939 sec.)
次の行を読み出す 0
« SplFileObject::key SplFileObject::rewind » PHP Manual SplFileObject 次の行を読み出す SplFileObject::next (PHP 5 >= 5.1.0, PHP 7, PHP 8) SplFileObject::next — 次の行を読み出す 説明 public SplFileObject::next (): void ファイルの次の行に進みます。 パラメータ この関数にはパラメータはありま ...
https://man.plustar.jp/php/splfileobject.next.html - [similar]
The offsetSet purpose 0
« CachingIterator::offsetGet CachingIterator::offsetUnset » PHP Manual CachingIterator The offsetSet purpose CachingIterator::offsetSet (PHP 5 >= 5.2.0, PHP 7, PHP 8) CachingIterator::offsetSet — The offsetSet purpose 説明 public CachingIterator::offsetSet ( string $key , mixed $value ): ...
https://man.plustar.jp/php/cachingiterator.offsetset.html - [similar]
The offsetUnset purpose 0
« CachingIterator::offsetSet CachingIterator::rewind » PHP Manual CachingIterator The offsetUnset purpose CachingIterator::offsetUnset (PHP 5 >= 5.2.0, PHP 7, PHP 8) CachingIterator::offsetUnset — The offsetUnset purpose 説明 public CachingIterator::offsetUnset ( string $key ): void 警告 ...
https://man.plustar.jp/php/cachingiterator.offsetunset.html - [similar]
URL エンコードされたクエリ文字列を生成する 0
« get_meta_tags parse_url » PHP Manual URL 関数 URL エンコードされたクエリ文字列を生成する http_build_query (PHP 5, PHP 7, PHP 8) http_build_query — URL エンコードされたクエリ文字列を生成する 説明 http_build_query ( array | object $data , string $numeric_prefix = "" , ? string $arg_separ ...
https://man.plustar.jp/php/function.http-build-query.html - [similar]
現在の配列キーを返す 0
« ArrayIterator::getFlags ArrayIterator::ksort » PHP Manual ArrayIterator 現在の配列キーを返す ArrayIterator::key (PHP 5, PHP 7, PHP 8) ArrayIterator::key — 現在の配列キーを返す 説明 public ArrayIterator::key (): string | int | null この関数は、現在の配列キーを返します パラメータ この関数 ...
https://man.plustar.jp/php/arrayiterator.key.html - [similar]
内部イテレータを返す 0
« CachingIterator::getFlags CachingIterator::hasNext » PHP Manual CachingIterator 内部イテレータを返す CachingIterator::getInnerIterator (PHP 5, PHP 7, PHP 8) CachingIterator::getInnerIterator — 内部イテレータを返す 説明 public CachingIterator::getInnerIterator (): Iterator 警告 この関数 ...
https://man.plustar.jp/php/cachingiterator.getinneriterator.html - [similar]
DOMDocumentFragment クラス 0
« DOMDocument::xinclude DOMDocumentFragment::appendXML » PHP Manual DOM DOMDocumentFragment クラス DOMDocumentFragment クラス (PHP 5, PHP 7, PHP 8) クラス概要 class DOMDocumentFragment extends DOMNode implements DOMParentNode { /* プロパティ */ public readonly ? DOMElement $ firstElement ...
https://man.plustar.jp/php/class.domdocumentfragment.html - [similar]
単純な 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]
LuaSandbox 0
« LuaClosure::__invoke はじめに » PHP Manual その他の基本モジュール LuaSandbox LuaSandbox はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 Differences from Standard Lua 例 Basic usage for LuaSandbox LuaSandbox — The LuaSandbox class LuaSandbox::callFunction — Call a ...
https://man.plustar.jp/php/book.luasandbox.html - [similar]