検索

phrase: max: clip:
target: order:
Results of 181 - 190 of about 445 for [SIMILAR] 16 1024 4096 WITH 20449 moveto WITH 14... (0.462 sec.)
言明 0
« 後方参照 再試行無しのサブパターン » PHP Manual PCRE 正規表現構文 言明 言明 言明 (assertion) とは、カレントのマッチング位置の直前・直後の文字に対する テストであり、文字を消費 (consume)〔つまり文字自体にマッチ〕しません。 単純な言明コード \b, \B, \A, \Z, \z, ^ および $ については、 エスケ ...
https://man.plustar.jp/php/regexp.reference.assertions.html - [similar]
定義済み定数 0
« リソース型 例 » PHP Manual PostgreSQL 定義済み定数 定義済み定数 以下の定数が定義されています。 この関数の拡張モジュールが PHP 組み込みでコンパイルされているか、 実行時に動的にロードされている場合のみ使用可能です。 PGSQL_LIBPQ_VERSION ( string ) 短い形式の libpq バージョン情報。数字とド ...
https://man.plustar.jp/php/pgsql.constants.html - [similar]
Zlib 関数 0
« 例 deflate_add » PHP Manual Zlib Zlib 関数 Zlib 関数 目次 deflate_add — インクリメンタルにデータを圧縮する deflate_init — インクリメンタルな圧縮コンテキストを初期化する gzclose — 開かれたgzファイルへのポインタを閉じる gzcompress — 文字列を圧縮する gzdecode — gzip 圧縮された文字列をデコ ...
https://man.plustar.jp/php/ref.zlib.html - [similar]
指定されたパスのファイルにアーカイブの一部を置き換える 0
« ZipArchive::renameName ZipArchive::setArchiveComment » PHP Manual ZipArchive 指定されたパスのファイルにアーカイブの一部を置き換える ZipArchive::replaceFile (PHP >= 8.0.0, PECL zip >= 1.18.0) ZipArchive::replaceFile — 指定されたパスのファイルにアーカイブの一部を置き換える 説明 public Zi ...
https://man.plustar.jp/php/ziparchive.replacefile.html - [similar]
Zlib 圧縮 0
« zip_read はじめに » PHP Manual 圧縮およびアーカイブ Zlib 圧縮 Zlib 圧縮 はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 例 Zlib 関数 deflate_add — インクリメンタルにデータを圧縮する deflate_init — インクリメンタルな圧縮コンテキストを初期化する gzclos ...
https://man.plustar.jp/php/book.zlib.html - [similar]
インデックスで指定したノードを取得する 0
« DOMNamedNodeMap::getNamedItemNS DOMNode » PHP Manual DOMNamedNodeMap インデックスで指定したノードを取得する DOMNamedNodeMap::item (PHP 5, PHP 7, PHP 8) DOMNamedNodeMap::item — インデックスで指定したノードを取得する 説明 public DOMNamedNodeMap::item ( int $index ): ? DOMNode DOMNamedNod ...
https://man.plustar.jp/php/domnamednodemap.item.html - [similar]
配列の一部を削除し、他の要素で置換する 0
« array_slice array_sum » PHP Manual 配列 関数 配列の一部を削除し、他の要素で置換する array_splice (PHP 4, PHP 5, PHP 7, PHP 8) array_splice — 配列の一部を削除し、他の要素で置換する 説明 array_splice ( array &$array , int $offset , ? int $length = null , mixed $replacement = [] ): array ...
https://man.plustar.jp/php/function.array-splice.html - [similar]
内部イテレータを次に移動するか、巻き戻す 0
« InfiniteIterator::__construct IteratorIterator » PHP Manual InfiniteIterator 内部イテレータを次に移動するか、巻き戻す InfiniteIterator::next (PHP 5 >= 5.1.0, PHP 7, PHP 8) InfiniteIterator::next — 内部イテレータを次に移動するか、巻き戻す 説明 public InfiniteIterator::next (): void 次の ...
https://man.plustar.jp/php/infiniteiterator.next.html - [similar]
現在の要素を取得する 0
« LimitIterator::__construct LimitIterator::getInnerIterator » PHP Manual LimitIterator 現在の要素を取得する LimitIterator::current (PHP 5 >= 5.1.0, PHP 7, PHP 8) LimitIterator::current — 現在の要素を取得する 説明 public LimitIterator::current (): mixed 内部イテレータの現在の要素を取得し ...
https://man.plustar.jp/php/limititerator.current.html - [similar]
大文字小文字を区別しない strstr 0
« stripslashes strlen » PHP Manual String 関数 大文字小文字を区別しない strstr stristr (PHP 4, PHP 5, PHP 7, PHP 8) stristr — 大文字小文字を区別しない strstr() 説明 stristr ( string $haystack , string $needle , bool $before_needle = false ): string | false haystack において needle が最初 ...
https://man.plustar.jp/php/function.stristr.html - [similar]