API17

API17:JURI::isInternal

From Joomla! Documentation

Joomla 11.1 JURI::isInternal

Description

Checks if the supplied URL is internal.


public static function isInternal ($url)
Parameter Type Default Description
$url string The URL to check.
  • Returns boolean True if Internal.
  • Defined on line 672 of libraries/joomla/environment/uri.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples