SERVERPATH())) { mkdir($outpath->SERVERPATH(), 0777, true);} if (!file_exists($cachepath->SERVERPATH())) { mkdir($cachepath->SERVERPATH(), 0777, true);} $result = shell_exec('php '.dirname(__FILE__).'/phpDocumentor.phar run'. ' -d '.$inpath->SERVERPATH(). ' -t '.$outpath->SERVERPATH(). ' --template="'.$template.'"'. ' --cache-folder '.$cachepath->SERVERPATH(). ' '.$ignore_. ' '.$sourcecode_. ' '.$parseprivate_. ' --force'. ' --title "'.$title.'" 2>&1'); return \explode("\n", $result); } }