Prev
ExcelExplorer class
ExcelExplorer Manual Next
ExploreFile


ExcelExplorer::Version

(ExcelExplorer 4.0)

Get current ExcelExplorer version.

string Version(  )
Parameters
None
Description

Returns current ExcelExplorer version as a string, e.g. "4.0.5-RC3".

1. Print ExcelExplorer version using static ExcelExplorer object


<?php


echo ExcelExplorer::Version();

?>


2. Print ExcelExplorer version using instance of ExcelExplorer object


<?php


echo $ee->Version();

?>

 
Prev
ExcelExplorer class
Home
Up
Next
ExploreFile

 
© 2002-2009 EEPHP.com
All Rights Reserved.