API17:JPath::check
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 35: | Line 35: | ||
string A cleaned version of the path | string A cleaned version of the path | ||
===Defined in=== | ===Defined in=== | ||
| − | libraries/joomla/filesystem/path.php | + | libraries/joomla/filesystem/path.php (line 140) |
| + | * see source code in [[jplatform:filesystem/path.php#cl-140|BitBucket]] | ||
===Referenced by=== | ===Referenced by=== | ||
| − | * [[JController | + | * [[JController::addPath/11.1|JController::addPath]] |
===See also=== | ===See also=== | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
Revision as of 21:04, 23 April 2011
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]
Since
Synopsis
public static JPath::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 in
libraries/joomla/filesystem/path.php (line 140)
- see source code in BitBucket
Referenced by
See also
Examples
<CodeExamplesForm />
