Function DebugFsStreamWrapper->rmdir

Definitions

sources/debug_fs.php

  • Removes directory.
  • 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 Directory path
$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)

/**
 * Removes directory.
 *
 * @param  PATH $path Directory path
 * @param  boolean $options Bitmask options
 * @return boolean Success status
 */

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