Sorry folks forgotten this one, I need to read the first \"batch\" of comment in a php file example would be:
Use this:
preg_match("/\/\*\*(.*?)\*\*\//", $file, $match); $info = $match[1];