getflvsize
getflvsize - returns the dimensions of an flv file as an array.
Description
array getflvsize (string $flv)
Parameters
flv - The path to the flv file. May be relative or absolute.
Return Value
An array containing the width at position 0 and the height at position 1. Returns a boolean false on error.