Function __global->md5_file

Definitions

sources_custom/phpstub.php

  • Calculates the md5 hash of the file identified by the given filename.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: N/A

Parameters

Name Type Default Set Range Description
$filename PATH required parameter N/A N/A File name

Return

  • The hash of the file (false: error)
  • Type: ~string
  • Set: N/A
  • Range: N/A