Last Updated | | Ratings | | Unique User Downloads | | Download Rankings |
2021-03-19 (1 month ago) | | Not enough user ratings | | Total: 138 | | All time: 9,042 This week: 145 |
|
Description | | Author |
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 Recommendations
Innovation Award
February 2020
Number 5 |
Many PHP developers work on sites that need to run on servers based on Windows.
Sometimes it is necessary to obtain certain types of information about files available on a Windows system.
Such types of information are not available using the built-in PHP functions dedicated to check files.
This package provides an alternative solution that uses a Windows COM object to inspect those Windows specific types of information.
Manuel Lemos |
| |
|
|
Innovation award
Nominee: 2x
Winner: 1x |
|
Details
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
|
Applications that use this package |
|
No pages of applications that use this class were specified.
If you know an application of this package, send a message to the author to add a link here.