Verifying Project Structure in PHP
Contents
[
Hide
Show
]Aspose.Tasks - Verifying Project Structure
To Verify Project Structure using Aspose.Tasks Java for PHP, simply invoke VerifyProjectStructure module. Here you can see example code.
PHP Code
1$project = new Project('test_tasks.mpp');
2
3if ($project == true)
4
5{
6
7 print "Project is ok";
8
9}
10
11else
12
13{
14
15 print "Project is not ok";
16
17}
Download Running Code
Download Verifying Project Structure (Aspose.Tasks) from any of the below mentioned social coding sites: