From 23bd61143cc497476dd02de11b3a276ca55feb9f Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Sat, 18 Jan 2003 06:03:27 +0000 Subject: [PATCH] Moving this to the Misc section as it's not a string function. It will be closer to get_browser and this closes bug #19208 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@112346 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/get-meta-tags.xml | 69 ------------------- 1 file changed, 69 deletions(-) delete mode 100644 reference/strings/functions/get-meta-tags.xml diff --git a/reference/strings/functions/get-meta-tags.xml b/reference/strings/functions/get-meta-tags.xml deleted file mode 100644 index e605f022f3..0000000000 --- a/reference/strings/functions/get-meta-tags.xml +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - get_meta_tags - - Extracts all meta tag content attributes from a file and returns - an array - - - - Description - - arrayget_meta_tags - stringfilename - intuse_include_path - - - Opens filename and parses it line by line - for <meta> tags of the form - - Meta Tags Example - - - - -]]> - - - (pay attention to line endings - PHP uses a native function to - parse the input, so a Mac file won't work on Unix). - - - The value of the name property becomes the key, the value of the - content property becomes the value of the returned array, so you - can easily use standard array functions to traverse it or access - single values. Special characters in the value of the name - property are substituted with '_', the rest is converted to lower - case. - - - Setting use_include_path to 1 will result - in PHP trying to open the file along the standard include path. - - - - -