Working with Projects 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
3$prj = new Prj();
4
5print "Project Version : " . (string)$project->get($prj->SAVE_VERSION);
6
7print "\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: