PHP Classes

File: test.php

Recommend this page to a friend!
  Classes of Sebastian Potasiak   PHP URI Class   test.php   Download  
File: test.php
Role: Example script
Content type: text/plain
Description: Test
Class: PHP URI Class
Convert the request path info string into an array
Author: By
Last change:
Date: 14 years ago
Size: 75 bytes
 

Contents

Class file image Download
<?php
include("uri.class.php");

$uri = new Uri();

print_r($uri);
?>