検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 27 for RarEntry (0.027 sec.)
The RarEntry class 13002
« RarArchive::__toString RarEntry::extract » PHP Manual Rar The RarEntry class The RarEntry clas ... s (PECL rar >= 0.1) はじめに A RAR entry, representing a directory or a compressed file in ... side a RAR archive. クラス概要 final class RarEntry { /* 定数 */ const int HOST_MSDOS = 0 ; const int ... : bool public __toString (): string } 定義済み定数 RarEntry::HOST_MSDOS If the return value of RarEntry::getHo ... to add this entry. Use instead of RAR_HOST_MSDOS . RarEntry::HOST_OS2 If the return value of RarEntry::getHost ...
https://man.plustar.jp/php/class.rarentry.html - [similar]
Rar アーカイブ 10467
« PharException はじめに » PHP Manual 圧縮およびアーカイブ Rar アーカイブ Rar アーカイブ はじめに ... する RarArchive::__toString — テキスト形式で取得する RarEntry — The RarEntry class RarEntry::extract — アーカイブ ... のエントリを展開する RarEntry::getAttr — エントリの属性を取得する RarEntry::getC ... rc — エントリの CRC を取得する RarEntry::getFileTime — エントリの最終更新時刻を取得する Ra ... rEntry::getHostOs — エントリのホスト OS を取得する RarEntry::getMethod — エントリの圧縮方法を取得する RarEntry ...
https://man.plustar.jp/php/book.rar.html - [similar]
エントリのホスト OS を取得する 10467
« RarEntry::getFileTime RarEntry::getMethod » PHP Manual RarEntry エントリのホスト OS を取得する ... RarEntry::getHostOs (PECL rar >= 0.1) RarEntry::getHostOs — ... エントリのホスト OS を取得する 説明 public RarEntry::getHostOs (): int アーカイブエントリのホスト OS の ... コード、あるいはエラー時に false を返します。 例 例1 RarEntry::getHostOs() の例 (バージョン >= 2.0.0) <?php $rar ... りません" ); switch ( $entry -> getHostOs ()) { case RarEntry :: HOST_MSDOS : echo "MS-DOS\n" ; break; case RarE ...
https://man.plustar.jp/php/rarentry.gethostos.html - [similar]
エントリの圧縮方法を取得する 9628
« RarEntry::getHostOs RarEntry::getName » PHP Manual RarEntry エントリの圧縮方法を取得する RarEntry ... try::getMethod (PECL rar >= 0.1) RarEntry::getMethod — エントリの圧縮方法を取得する 説明 pub ... lic RarEntry::getMethod (): int RarEntry::getMethod() は、現在の ... ド番号、あるいはエラー時に false を返します。 例 例1 RarEntry::getMethod() の例 <?php $rar_file = rar_open ( 'ex ... try -> getMethod (); ?> 関連キーワード: エントリ , RarEntry , 方法 , 取得 , 圧縮 , getMethod , メソッド , パラ ...
https://man.plustar.jp/php/rarentry.getmethod.html - [similar]
エントリの最終更新時刻を取得する 9233
« RarEntry::getCrc RarEntry::getHostOs » PHP Manual RarEntry エントリの最終更新時刻を取得する RarEntry ... rEntry::getFileTime (PECL rar >= 0.1) RarEntry::getFileTime — エントリの最終更新時刻を取得する 説 ... 明 public RarEntry::getFileTime (): string エントリの最終更新時刻を取 ... 連キーワード: エントリ , 最終 , 更新 , 時刻 , 取得 , RarEntry , getFileTime , パラメータ , getHostOs , getCrc ...
https://man.plustar.jp/php/rarentry.getfiletime.html - [similar]
エントリの CRC を取得する 9052
« RarEntry::getAttr RarEntry::getFileTime » PHP Manual RarEntry エントリの CRC を取得する RarEntry ... ry::getCrc (PECL rar >= 0.1) RarEntry::getCrc — エントリの CRC を取得する 説明 public Ra ... ようになりました。 関連キーワード: エントリ , 取得 , RarEntry , getCrc , アーカイブ , パラメータ , エラー , 複数 ...
https://man.plustar.jp/php/rarentry.getcrc.html - [similar]
このエントリが暗号化されているかどうかを調べる 8953
« RarEntry::isDirectory RarEntry::__toString » PHP Manual RarEntry このエントリが暗号化されている ... かどうかを調べる RarEntry::isEncrypted (PECL rar >= 2.0.0) RarEntry::isEncry ... ントリが暗号化されているかどうかを調べる 説明 public RarEntry::isEncrypted (): bool 現在のディレクトリが暗号化さ ... lse を返します。 関連キーワード: 暗号 , エントリ , RarEntry , isEncrypted , パラメータ , isDirectory , toStrin ...
https://man.plustar.jp/php/rarentry.isencrypted.html - [similar]
エントリの属性を取得する 8920
« RarEntry::extract RarEntry::getCrc » PHP Manual RarEntry エントリの属性を取得する RarEntry::ge ... tAttr (PECL rar >= 0.1) RarEntry::getAttr — エントリの属性を取得する 説明 public Ra ... 属性、あるいはエラー時に false を返します。 例 例1 RarEntry::getAttr() の例 <?php $rar_file = rar_open ( 'exam ... : '-' ); break; } rar_close ( $rar_file ); ?> 参考 RarEntry::getHostOs() - エントリのホスト OS を取得する The ... constants in RarEntry 関連キーワード: エントリ , 属性 , RarEntry , 取得 ...
https://man.plustar.jp/php/rarentry.getattr.html - [similar]
このエントリを展開するのに必要な RAR プログラムの最低バージョンを取得する 8887
« RarEntry::getUnpackedSize RarEntry::isDirectory » PHP Manual RarEntry このエントリを展開するの ... に必要な RAR プログラムの最低バージョンを取得する RarEntry::getVersion (PECL rar >= 0.1) RarEntry::getVersion ... R プログラムの最低バージョンを取得する 説明 public RarEntry::getVersion (): int このエントリを展開するのに必要 ... ジョン、あるいはエラー時に false を返します。 例 例1 RarEntry::getVersion() の例 <?php $rar_file = rar_open ( 'e ... ョン , エントリ , 展開 , プログラム , 最低 , 取得 , RarEntry , getVersion , パラメータ , isDirectory ...
https://man.plustar.jp/php/rarentry.getversion.html - [similar]
エントリの名前を取得する 8805
« RarEntry::getMethod RarEntry::getPackedSize » PHP Manual RarEntry エントリの名前を取得する RarEntry ... Entry::getName (PECL rar >= 0.1) RarEntry::getName — エントリの名前を取得する 説明 public Ra ... 列のエンコードは Unicode/UTF-8 となりました。 例 例1 RarEntry::getName() の例 <?php // このサンプルは、ページが ... -8" ); ?> 関連キーワード: エントリ , 名前 , 取得 , RarEntry , getName , パラメータ , バージョン , getMethod , ...
https://man.plustar.jp/php/rarentry.getname.html - [similar]
PREV 1 2 3 NEXT