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

$project = new Project('test_tasks.mpp');
if ($project == true)
{
    print "Project is ok";
}
else
{
    print "Project is not ok";
}

Download Running Code

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