Function __global->_get_mp4_details

Definitions

sources/galleries2.php

  • Get width,height,length of a .mp4 video file.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: array

Parameters

Name Type Default Set Range Description
$file resource required parameter N/A N/A The file handle

Return

  • The triplet (possibly containing nulls for when we can't detect properties) (null: error)
  • Type: ?array
  • Set: N/A
  • Range: N/A