Login |  Register 
I think this organisation will be one of the big players of the future in the PHP world.
Darren
 

RocksURL Class

Description

This class represents a url.

  • property-read: string $url: the full URL
  • property-read: string $protocol: the protocol of the URL so HTTP or HTTPS
  • property-read: string $host: the host name of the URL
  • property-read: string $username: the username if it is present in the URL
  • property-read: string $password: the password if it is present in the URL
  • property-read: string $path: the path of the item in the URL
  • property-read: string $querystring: the query string in the URL
  • author: Dominic Skinner
  • version: 0.2.1

Located in /RocksURL.php (line 18)


	
			
Method Summary
RocksURL __construct ([string $url = null])
void __get ( $name)
Methods
Constructor __construct (line 32)

This creates the URL. If a URL isn't specified then the current URL is used.

  • access: public
RocksURL __construct ([string $url = null])
  • string $url: the current URL
__get (line 89)
  • access: public
void __get ( $name)
  • $name

No comments have been provided.
security image

Written by Dominic Skinner
Last Updated: 2011-10-25 16:00:38