I have an EXE file on my server, with PHP I would like to display its file version.

For example
<?php echo $fileversion; ?>

I know this can be done but Im not sure how, I did a search and did not find anything.