Function DebugFsStreamWrapper->stream_flush

Definitions

sources/debug_fs.php

  • Flushes the output to a file.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: bool

Returns

  • Success status
  • Type: boolean
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Flushes the output to a file.
 *
 * @return boolean Success status
 */

public function stream_flush() : bool