![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveRe: Get a file's version in PHP
From: Peter van Schie <vanschie.peter@gmail.com>
Date: Sun Oct 30 2005 - 14:32:17 CET
Another option, without using COM, would be to open the binary file and
$strFile = "c:\\my.exe";
$strTagBefore = 'F\0i\0l\0e\0V\0e\0r\0s\0i\0o\0n\0\0\0\0\0';
HTH.
-- http://www.phpforums.nlReceived on Mon Nov 21 02:52:59 2005 |