Please tell me an easy and effective way for reading or getting information (whatever it is?) form the comment in php files, Whereas I know wordpress use this features.
Like I have a folder called theme and there are three files with this comment:
In first file
/* Template Name: page */
In second file
/* Template Name: category */
In third file
/* Template Name: Tags */
Then how whold I get page,category,tags in an array,
Please give a solution
Thanks for your time