検索

phrase: max: clip:
target: order:
Results of 1 - 8 of about 8 for getHostOs (0.002 sec.)
エントリのホスト OS を取得する 13104
« 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_file = rar ... うなエントリは見つかりません" ); switch ( $entry -> getHostOs ()) { case RarEntry :: HOST_MSDOS : echo "MS-DOS\n ...
https://man.plustar.jp/php/rarentry.gethostos.html - [similar]
The RarEntry class 10067
« RarArchive::__toString RarEntry::extract » PHP Manual Rar The RarEntry class The RarEntry clas ... rc (): string public getFileTime (): string public getHostOs (): int public getMethod (): int public getName () ... Entry::HOST_MSDOS If the return value of RarEntry::getHostOs() equals this constant, MS-DOS was used to add thi ... arEntry::HOST_OS2 If the return value of RarEntry::getHostOs() equals this constant, OS/2 was used to add this ... Entry::HOST_WIN32 If the return value of RarEntry::getHostOs() equals this constant, Microsoft Windows was used ...
https://man.plustar.jp/php/class.rarentry.html - [similar]
エントリの最終更新時刻を取得する 9109
« RarEntry::getCrc RarEntry::getHostOs » PHP Manual RarEntry エントリの最終更新時刻を取得する Ra ... 時刻 , 取得 , RarEntry , getFileTime , パラメータ , getHostOs , getCrc ...
https://man.plustar.jp/php/rarentry.getfiletime.html - [similar]
エントリの属性を取得する 9037
« RarEntry::extract RarEntry::getCrc » PHP Manual RarEntry エントリの属性を取得する RarEntry::ge ... なエントリは見つかりません" ); $host_os = $entry -> getHostOs (); $attr = $entry -> getAttr (); switch( $host_os ... reak; } rar_close ( $rar_file ); ?> 参考 RarEntry::getHostOs() - エントリのホスト OS を取得する The constants i ... RarEntry , 取得 , getAttr , パラメータ , ホスト , getHostOs , 参考 , エラー ...
https://man.plustar.jp/php/rarentry.getattr.html - [similar]
このエントリがディレクトリであるかどうかを調べる 8675
« RarEntry::getVersion RarEntry::isEncrypted » PHP Manual RarEntry このエントリがディレクトリであ ... riable $e... //... $isDirectory = (bool) ((( $e -> getHostOs () == RAR_HOST_WIN32 ) && ( $e -> getAttr () & 0x1 ... 0 )) || (( $e -> getHostOs () == RAR_HOST_UNIX ) && (( $e -> getAttr () & 0xf ...
https://man.plustar.jp/php/rarentry.isdirectory.html - [similar]
エントリの圧縮方法を取得する 7808
« RarEntry::getHostOs RarEntry::getName » PHP Manual RarEntry エントリの圧縮方法を取得する RarEn ...
https://man.plustar.jp/php/rarentry.getmethod.html - [similar]
Rar アーカイブ 7464
« PharException はじめに » PHP Manual 圧縮およびアーカイブ Rar アーカイブ Rar アーカイブ はじめに ... eTime — エントリの最終更新時刻を取得する RarEntry::getHostOs — エントリのホスト OS を取得する RarEntry::getMeth ...
https://man.plustar.jp/php/book.rar.html - [similar]
サンプル 6940
« 関数・メソッド 変更履歴 » PHP Manual 索引 サンプル サンプル マニュアル内の全サンプルの一覧 Exa ... 7 - RarEntry::getAttr の例 Example#808 - RarEntry::getHostOs の例 (バージョン >= 2.0.0) Example#809 - RarEntry: ... :getHostOs の例 (バージョン <= 1.0.0) Example#810 - RarEntry: ...
https://man.plustar.jp/php/indexes.examples.html - [similar]
PREV 1 NEXT