PHP Manual

PHP funkce get_meta_tags()

11. 09. 2019

Obsah článku

Dostupnost ve verzích: `PHP 4.0`

Extracts all meta tag content attributes from a file and returns an array

Parametry

Parametr Datový typ Výchozí hodnota Poznámka
$filename string není The path to the HTML file, as a string. This can be a local file or an URL.
$use_include_path bool null Setting use_include_path to true will result in PHP trying to open the file along the standard include path as per the include_path directive. This is used for local files, not URLs.

Návratové hodnoty

array

an array with all the parsed meta tags.

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. If two meta tags have the same name, only the last one is returned.

Další zdroje

Oficiální dokumentace funkce get-meta-tags

Jan Barášek   Více o autorovi

Autor článku pracuje jako seniorní vývojář a software architekt v Praze. Navrhuje a spravuje velké webové aplikace, které znáte a používáte. Od roku 2009 nabral bohaté zkušenosti, které tímto webem předává dál.

Rád vám pomůžu:

Související články

1.

Potřebujete poradit s PHP?

Nabízím trénink vývojářů, konzultace, školení a analýzu návrhových vzorů. Osobně v Praze nebo online.

Napište mi, pokud si nevíte rady.

Lektor: Jan Barášek

V jiných jazycích

1.
Status:
All systems normal.
2024