Function Commandr_fs->read_file

Definitions

sources/commandr_fs.php

  • Read a file and return the contents.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: N/A

Parameters

Name Type Default Set Range Description
$to_read array required parameter N/A N/A The file to read

Return

  • The file contents (false: failure)
  • Type: ~string
  • Set: N/A
  • Range: N/A