Function DebugFsStreamWrapper->dir_opendir

Definitions

sources/debug_fs.php

  • Open a directory for analysis.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: bool

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$path PATH No No required parameter N/A N/A The path to the directory to open
$options boolean No No required parameter N/A N/A Bitmask options

Returns

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

Preview

Code (PHP)

/**
 * Open a directory for analysis.
 *
 * @param  PATH $path The path to the directory to open
 * @param  boolean $options Bitmask options
 * @return boolean Success status
 */

public function dir_opendir(string $path, bool $options) : bool