i have a question.
i have many files (page.php , index.php , module.php , ...) and at the top of them i wrote that file information.
for example :
/*
fileName : page
Description : description of file
Version : 1.0
*/
i want to read this part of file and store in variables ($name = page,$desc = description of file, $ver = 1.0) and use these vars in my codes.
this is like wordpress theme information that get that info s from style.css file.
now, how i can read these lines? what shall i do?
pls help me, thanks


