Verifying Project Structure in PHP

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');
2if ($project == true)
3{
4    print "Project is ok";
5}
6else
7{
8    print "Project is not ok";
9}

Download Running Code

Download Verifying Project Structure (Aspose.Tasks) from any of the below mentioned social coding sites:

Subscribe to Aspose Product Updates

Get monthly newsletters & offers directly delivered to your mailbox.