PHP Classes

File: Readme.md

Recommend this page to a friend!
  Classes of Muhammad Umer Farooq   PHP Site URL   Readme.md   Download  
File: Readme.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: PHP Site URL
Get URLs related with the current request site
Author: By
Last change: Update Readme.md
Date: 5 years ago
Size: 604 bytes
 

Contents

Class file image Download

PHP Site class

This class can get URLs related with the current request site.

Feature

This class can get URLs related with the current request site.

It checks the current HTTP request values and returns several types of URLs related with the current site. Currently it can return:

  • Site URL
  • Current page URL
  • Current site http or https protocol
  • Server name
  • TCP port
  • Current request Uri
  • An array with the URL path split in parts separated by the slash character : /
  • Etc.

It can also redirect the current request to another URL, or the previous page using the referrer URL.