Results of 1 - 10 of about 30 for glob (0.004 sec.)
- パターンにマッチするパス名を探す 14052
- « fwrite is_dir » PHP Manual ファイルシステム 関数 パターンにマッチするパス名を探す glob (PHP 4
...
>= 4.3.0, PHP 5, PHP 7, PHP 8) glob — パターンにマッチするパス名を探す 説明 glob ( str ...
ing $pattern , int $flags = 0 ): array | false glob() 関数は libc の glob() 関数で使われるルールに基づ ...
します。 \ - 次に来る文字をエスケープします。 但し、 GLOB_NOESCAPE が使われている場合は除きます。 flags 有効 ...
なフラグは次のとおりです。 GLOB_MARK - 各ディレクトリにスラッシュ (Windows ではバッ ...
-
https://man.plustar.jp/php/function.glob.html
- [similar]
- glob を使うディレクトリを作成する 10998
- « GlobIterator GlobIterator::count » PHP Manual GlobIterator glob を使うディレクトリを作成する Glob
...
erator::__construct (PHP 5 >= 5.3.0, PHP 7, PHP 8) GlobIterator::__construct — glob を使うディレクトリを作 ...
成する 説明 public GlobIterator::__construct ( string $pattern , int $flag ...
THNAME | FilesystemIterator::CURRENT_AS_FILEINFO ) glob 式から新しいディレクトリイテレータを作成します。 パ ...
ラメータ pattern glob() 関数に渡すパターン flags オプションのフラグ。 Fi ...
-
https://man.plustar.jp/php/globiterator.construct.html
- [similar]
- 定義済み定数 10624
- « リソース型 ファイルシステム 関数 » PHP Manual ファイルシステム 定義済み定数 定義済み定数 以下の
...
) LOCK_EX ( int ) LOCK_UN ( int ) LOCK_NB ( int ) GLOB_BRACE ( int ) GLOB_ONLYDIR ( int ) GLOB_MARK ( int ...
) GLOB_NOSORT ( int ) GLOB_NOCHECK ( int ) GLOB_NOESCAPE ...
( int ) GLOB_AVAILABLE_FLAGS ( int ) PATHINFO_DIRNAME ( int ) P ...
-
https://man.plustar.jp/php/filesystem.constants.html
- [similar]
- パターンにマッチするパス名の検索 10624
- « data:// phar:// » PHP Manual サポートするプロトコル/ラッパー パターンにマッチするパス名の検索
...
glob:// glob:// — パターンにマッチするパス名の検索 説明 glob: ス ...
ターンにマッチするパス名の探索が行なえます。 利用法 glob:// オプション ラッパーの概要 属性 サポートの有無 a ...
とサイズを表示します $it = new DirectoryIterator ( "glob://ext/spl/examples/*.php" ); foreach( $it as $f ) ...
No , パターン , パス , マッチ , 検索 , サポート , glob , 許可 , 制約 , phar ...
-
https://man.plustar.jp/php/wrappers.glob.html
- [similar]
- ディレクトリから、glob パターンを使ってファイルを追加する 10397
- « ZipArchive::addFromString ZipArchive::addPattern » PHP Manual ZipArchive ディレクトリから、glob
...
パターンを使ってファイルを追加する ZipArchive::addGlob (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL zip >= 1.9.0) ...
ZipArchive::addGlob — ディレクトリから、glob パターンを使ってファイルを ...
追加する 説明 public ZipArchive::addGlob ( string $pattern , int $flags = 0 , array $option ...
s = [] ): array | false ディレクトリから、glob pattern にマッチするファイルを追加します。 注意 : ...
-
https://man.plustar.jp/php/ziparchive.addglob.html
- [similar]
- ディレクトリやファイルの数を取得する 9617
- « GlobIterator::__construct InfiniteIterator » PHP Manual GlobIterator ディレクトリやファイルの数
...
を取得する GlobIterator::count (PHP 5 >= 5.3.0, PHP 7, PHP 8) Glob ...
— ディレクトリやファイルの数を取得する 説明 public GlobIterator::count (): int glob 式から見つかったディレ ...
ディレクトリやファイルの数を int で返します。 例 例1 GlobIterator::count() の例 <?php $iterator = new GlobIt ...
とえば以下のようになります。 Matched 8 item(s) 参考 GlobIterator::__construct() - glob を使うディレクトリを ...
-
https://man.plustar.jp/php/globiterator.count.html
- [similar]
- 定義済み定数 8285
- « リソース型 例 » PHP Manual Expect 定義済み定数 定義済み定数 以下の定数が定義されています。 この
...
時に動的にロードされている場合のみ使用可能です。 EXP_GLOB ( int ) パターンが、glob 形式の文字列パターンである ...
-
https://man.plustar.jp/php/expect.constants.html
- [similar]
- サポートするプロトコル/ラッパー 8106
- « Zip コンテキストオプション file:// » PHP Manual 言語リファレンス サポートするプロトコル/ラッパ
...
ib:// — 圧縮ストリーム data:// — データ (RFC 2397) glob:// — パターンにマッチするパス名の検索 phar:// — PH ...
トリーム , アクセス , file , scheme , 関数 , 形式 , glob , zlib ...
-
https://man.plustar.jp/php/wrappers.html
- [similar]
- GlobIterator クラス 7798
- « FilterIterator::valid GlobIterator::__construct » PHP Manual イテレータ GlobIterator クラス Glob
...
5.3.0, PHP 7, PHP 8) はじめに ファイルシステムで、 glob() と同じ形式の反復処理を行います。 クラス概要 clas ...
s GlobIterator extends FilesystemIterator implements Coun ...
d public SplFileInfo::__toString (): string } 目次 GlobIterator::__construct — glob を使うディレクトリを作 ...
成する GlobIterator::count — ディレクトリやファイルの数を取得す ...
-
https://man.plustar.jp/php/class.globiterator.html
- [similar]
- プロセスの出力がパターンに一致する・指定した時間が経過する・ あるいは EOF に達す... 7684
- « Expect 関数 expect_popen » PHP Manual Expect 関数 プロセスの出力がパターンに一致する・指定した
...
の関数が返す値。 yes 2 integer パターンの形式。 EXP_GLOB 、 EXP_EXACT あるいは EXP_REGEXP のいずれかひとつで ...
す。 no EXP_GLOB 戻り値 一致したパターンに関連付けられた値を返します ...
-
https://man.plustar.jp/php/function.expect-expectl.html
- [similar]