Function __global->readfile

Definitions

sources_custom/phpstub.php

  • Outputs a file.Call cms_ob_end_clean() first, else too much memory will be used.
  • 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 The filename
$use_include_path boolean False N/A N/A Whether to search within the include path
$context ?resource Null N/A N/A A stream context to attach to (null: no special context)

Return

  • The number of bytes read (false: error)
  • Type: ~integer
  • Set: N/A
  • Range: N/A