Summery Summery
Get the description of the enclosure
Syntax Syntax
Return Return
(string|null)
Source Source
File: wp-includes/SimplePie/Enclosure.php
{
if ($convert)
{
$time = SimplePie_Misc::time_hms($this->duration);
return $time;
}
return $this->duration;
}
return null;