isRelative() public static method
Returns a value indicating whether a URL is relative.
A relative URL does not have host info part.
| public static boolean isRelative ( $url ) | ||
|---|---|---|
| $url | string |
The URL to be checked |
| return | boolean |
Whether the URL is relative |
Please login to continue.