2017 © Pedro Peláez
 

library url_helper

url helper php

image

ngophuongtuan/url_helper

url helper php

  • Monday, November 6, 2017
  • by TinyPoro
  • Repository
  • 0 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Install

$ composer require ngophuongtuan/url_helper

Usage

Use namespace Acme\urlHelper to include urlHelper class., (*1)

use Acme\urlHelper;

$url= new urlHelper();

Check valid url., (*2)

$url->check($url);                  //return true if the $url is valid

Connect a url and a path, (*3)

$url->connect("$url", "$path");     //connect the $url with $path to a new string url

Get info of an url., (*4)

$info = $url->getInfo("$url");              

$protocol = $info['protocol'];      //get the protocol
$port = $info['port'];              //get the port
$domain = $info['domain'];          //get the domain

The Versions

06/11 2017

dev-master

9999999-dev

url helper php

  Sources   Download

The Requires

  • php >=5.6

 

The Development Requires

by Tiny.Poro

06/11 2017

v1.0.1

1.0.1.0

url helper php

  Sources   Download

The Requires

  • php >=5.6

 

The Development Requires

by Tiny.Poro

06/11 2017

v1.0.2

1.0.2.0

url helper php

  Sources   Download

The Requires

  • php >=5.6

 

The Development Requires

by Tiny.Poro

02/11 2017

v1.0.0

1.0.0.0

url helper php

  Sources   Download

The Requires

  • php >=5.6

 

The Development Requires

by Tiny.Poro