Function DebugFsStreamWrapper->has_path_case_issue

Definitions

sources/debug_fs.php

  • Find if a path exists but with a case sensitivity issue.
  • Visibility: protected
  • 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

Returns

  • Whether there is an issue
  • Type: boolean
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Find if a path exists but with a case sensitivity issue.
 *
 * @param  PATH $path The path
 * @return boolean Whether there is an issue
 */

protected function has_path_case_issue(string $path) : bool