API17:JPath::check
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.
JPath::check
Description
Checks for snooping outside of the file system root.
Description:JPath::check [Edit Descripton]
public static function check ( $path $ds=DIRECTORY_SEPARATOR )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $path | string | A file system path to check | |
| $ds | string | DIRECTORY_SEPARATOR | Directory separator (optional) |
- Returns string A cleaned version of the path
- Defined on line 143 of libraries/joomla/filesystem/path.php
- Since
- Referenced by
See also
-
JPath::check source code on BitBucket
-
Class JPath
-
Subpackage Filesystem
- Other versions of JPath::check
SeeAlso:JPath::check [Edit See Also]
User contributed notes
<CodeExamplesForm />
