Function __global->stat

Definitions

sources_custom/phpstub.php

  • Gets information about a file.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$path PATH No No required parameter N/A N/A File

Returns

  • Map of status information (false: error)
  • Type: ~array
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Gets information about a file.
 *
 * @param  PATH $path File
 * @return ~array Map of status information (false: error)
 */

function stat(string $path)