Its syntax is: array get_meta_tags (string filename/URL [, int use_include_path]) <? $meta_tags = get_meta_tags("example.html"); print_r($meta_tags); ?>