Determining Project Version in PHP
Contents
[
Hide
Show
]Aspose.Tasks - Determining Project Version
To Determine Project Version using Aspose.Tasks Java for PHP, simply invoke ProjectVersion module. Here you can see example code.
PHP Code
1$project = new Project('Sample.xml');
2$prj = new Prj();
3print "Project Version : " . (string)$project->get($prj->SAVE_VERSION);
4print "\nLast Saved : " . (string)$project->get($prj->LAST_SAVED);
Download Running Code
Download Determining Project Version (Aspose.Tasks) from any of the below mentioned social coding sites: