API17

API17:JFolder::makeSafe

From Joomla! Documentation

Joomla 11.1 JFolder::makeSafe

Description

Makes path name safe to use.


public static function makeSafe ($path)
Parameter Type Default Description
$path string The full path to sanitise.
  • Returns string The sanitised string.
  • Defined on line 645 of libraries/joomla/filesystem/folder.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples