API17:JFolder::makeSafe
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JFolder::makeSafe
Description
Makes path name safe to use.
Description:JFolder::makeSafe [Edit Descripton]
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
See also
-
JFolder::makeSafe source code on BitBucket
-
Class JFolder
-
Subpackage Filesystem
- Other versions of JFolder::makeSafe
SeeAlso:JFolder::makeSafe [Edit See Also]
User contributed notes
<CodeExamplesForm />
