Function DebugFsStreamWrapper->stream_stat

Definitions

sources/debug_fs.php

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

Returns

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

Preview

Code (PHP)

/**
 * Gets information about a file using an open file pointer.
 *
 * @return ~array Map of status information (false: error)
 */

public function stream_stat()