Function Hook_commandr_fs_database->escape_name

Definitions

sources/hooks/systems/commandr_fs/database.php

  • Escape a value for use in a filesystem path.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: string

Parameters

Name Type Default Set Range Description
$in string required parameter N/A N/A Value to escape (original value)

Return

  • Escaped value
  • Type: string
  • Set: N/A
  • Range: N/A