Sorry folks forgotten this one, I need to read the first \"batch\" of comment in a php file example would be:
Is this what you mean?
$file_contents = '/** sd asdsa das sa das sa a ad**/'; preg_match('#/\*\*(.*)\*\*/#s', $file_contents, $matches); var_dump($matches);