PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of Hassane Moussa   PHP Windows File Attributes   README.md   Download  
File: README.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: PHP Windows File Attributes
Get the type and other properties of Windows files
Author: By
Last change: Update README.md
Date: 3 years ago
Size: 724 bytes
 

Contents

Class file image Download

Windows-File-Properties Class PHP

Get the type and other properties of Windows files. This package can be used to get the type and other properties of Windows files.

It can take the file name of a path and retrieves several types of properties of the file. Currently it can retrieve the file:

  • Size in bytes
  • Type
  • Name
  • Path
  • Extension (.exe,...)
  • Version

Before used this class, below the prerequises

See COM Requirements: COM functions are only available for the Windows version of PHP. .Net support requires PHP 5 and the .Net runtime. Enable the module COM and .NET extension in PHP :: extension=php_com_dotnet.dll

PHP 5 or newer * @author Hassane Moussa * @From Africa / Niamey-Niger