API17

API17:JPath::isOwner

From Joomla! Documentation

Joomla 11.1 JPath::isOwner

Description

Method to determine if script owns the path.


public static function isOwner ($path)
Parameter Type Default Description
$path string Path to check ownership
  • Returns boolean True if the php script owns the path passed
  • Defined on line 188 of libraries/joomla/filesystem/path.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples