Results of 1 - 10 of about 30 for opendir (0.001 sec.)
- ディレクトリハンドルをオープンする 13305
- « streamWrapper::dir_closedir streamWrapper::dir_readdir » PHP Manual streamWrapper ディレクトリ
... ハンドルをオープンする streamWrapper::dir_opendir (PHP 4 >= 4.3.2, PHP 5, PHP 7, PHP 8) streamWrappe ... r::dir_opendir — ディレクトリハンドルをオープンする 説明 public s ... treamWrapper::dir_opendir ( string $path , int $options ): bool このメソッド ... は、 opendir() に対応してコールされます。 パラメータ path opend ...
-
https://man.plustar.jp/php/streamwrapper.dir-opendir.html
- [similar]
- ディレクトリハンドルをクローズする 11047
- « chroot dir » PHP Manual ディレクトリ 関数 ディレクトリハンドルをクローズする closedir (PHP 4,
... トリのストリームをクローズします。このストリームは、 opendir() により事前にオープンされていなければ なりません。 ... パラメータ dir_handle opendir() が事前にオープンした ディレクトリハンドル リソー ... ス 。 ディレクトリハンドルを指定しなかった場合は、 opendir() が最後にオープンしたものを使用します。 戻り値 値 ... 読み込んで閉じる if ( is_dir ( $dir )) { if ( $dh = opendir ( $dir )) { $directory = readdir ( $dh ); closedir ...
-
https://man.plustar.jp/php/function.closedir.html
- [similar]
- ディレクトリハンドルをオープンする 10966
- « getcwd readdir » PHP Manual ディレクトリ 関数 ディレクトリハンドルをオープンする opendir (PHP
... 4, PHP 5, PHP 7, PHP 8) opendir — ディレクトリハンドルをオープンする 説明 opendir ... 明 8.0.0 context は、nullable になりました。 例 例1 opendir() の例 <?php $dir = "/etc/php5/" ; // 既知のディレ ... を読み込みます。 if ( is_dir ( $dir )) { if ( $dh = opendir ( $dir )) { while (( $file = readdir ( $dh )) !== ... クトリ , ハンドル , オープン , filetype , filename , opendir , context , readdir , directory , resource ...
-
https://man.plustar.jp/php/function.opendir.html
- [similar]
- ディレクトリハンドルからエントリを読み込む 10884
- « opendir rewinddir » PHP Manual ディレクトリ 関数 ディレクトリハンドルからエントリを読み込む re
... 納されている順番で返されます。 パラメータ dir_handle opendir() が事前にオープンした ディレクトリハンドル リソー ... ス 。 ディレクトリハンドルを指定しなかった場合は、 opendir() が最後にオープンしたものを使用します。 戻り値 成 ... ープが とまってしまうからです。 <?php if ( $handle = opendir ( '/path/to/files' )) { echo "Directory handle: $h ... 。ただし . および .. は取り除く <?php if ( $handle = opendir ( '.' )) { while ( false !== ( $entry = readdir ( ...
-
https://man.plustar.jp/php/function.readdir.html
- [similar]
- fopen、file_get_contents、opendir などの stat 関連の関数をすべて phar に横取りさ... 10186
- « Phar::hasMetadata Phar::isBuffering » PHP Manual Phar fopen、file_get_contents、opendir などの
... ar::interceptFileFuncs — fopen、file_get_contents、opendir などの stat 関連の関数をすべて phar に横取りさせる ... id fopen() や readfile() 、 file_get_contents() 、 opendir() などの stat 関連の関数をすべて phar に横取りさせ ... e , interceptFileFuncs , 関数 , fopen , contents , opendir , stat , 横取り ...
-
https://man.plustar.jp/php/phar.interceptfilefuncs.html
- [similar]
- ディレクトリハンドルを元に戻す 9552
- « readdir scandir » PHP Manual ディレクトリ 関数 ディレクトリハンドルを元に戻す rewinddir (PHP 4
... クトリの先頭にリセットします。 パラメータ dir_handle opendir() が事前にオープンした ディレクトリハンドル リソー ... ス 。 ディレクトリハンドルを指定しなかった場合は、 opendir() が最後にオープンしたものを使用します。 戻り値 値 ... ディレクトリ , ハンドル , 元 , handle , rewinddir , opendir , オープン , バージョン , 履歴 , 変更 ...
-
https://man.plustar.jp/php/function.rewinddir.html
- [similar]
- ディレクトリハンドルを閉じる 9471
- « streamWrapper::__destruct streamWrapper::dir_opendir » PHP Manual streamWrapper ディレクトリハ
... ィレクトリハンドルをクローズする streamWrapper::dir_opendir() - ディレクトリハンドルをオープンする 関連キーワー ... streamWrapper , closedir , パラメータ , オープン , opendir , public , メソッド , 対応 ...
-
https://man.plustar.jp/php/streamwrapper.dir-closedir.html
- [similar]
- ディレクトリハンドルからエントリを読み込む 8935
- « streamWrapper::dir_opendir streamWrapper::dir_rewinddir » PHP Manual streamWrapper ディレクトリ
... treamWrapper { protected $fp ; public function dir_opendir ( $path , $options ) { $url = parse_url ( $path ); ... er_register ( "tar" , "streamWrapper" ); $handle = opendir ( "tar://example.tar" ); while ( false !== ( $file ... xml" string(16) "dir-closedir.xml" string(15) "dir-opendir.xml" string(15) "dir-readdir.xml" string(17) "dir- ...
-
https://man.plustar.jp/php/streamwrapper.dir-readdir.html
- [similar]
- パターンにマッチするパス名を探す 7749
- « fwrite is_dir » PHP Manual ファイルシステム 関数 パターンにマッチするパス名を探す glob (PHP 4
... 場合を区別できないものもあります。 例 例1 glob() が opendir() と関連する関数群の代替策になるかを示す簡便な方法 ... いシステムも存在します (例: 昔の Sun OS など)。 参考 opendir() - ディレクトリハンドルをオープンする readdir() - ...
-
https://man.plustar.jp/php/function.glob.html
- [similar]
- streamWrapper クラス 7684
- « php_user_filter::onCreate streamWrapper::__construct » PHP Manual ストリーム streamWrapper クラ
... nstruct () public dir_closedir (): bool public dir_opendir ( string $path , int $options ): bool public dir_r ... — ディレクトリハンドルを閉じる streamWrapper::dir_opendir — ディレクトリハンドルをオープンする streamWrapper ...
-
https://man.plustar.jp/php/class.streamwrapper.html
- [similar]