Solar_View_Helper_MetaHttp::metaHttp()

public string Solar_View_Helper_MetaHttp::metaHttp ( string $http_equiv , string $content )

Returns a <meta http-equiv="" content="" /> tag.

Parameters

  • (string) $http_equiv: The http-equiv type.

  • (string) $content: The content value.

Returns

  • (string) The <meta http-equiv="" content="" /> tag.

Description

Returns a <meta http-equiv="" content="" /> tag.



Local