I find URI-makes class

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
vorthtoura
Forum Newbie
Posts: 2
Joined: Wed Mar 18, 2009 1:48 am

I find URI-makes class

Post by vorthtoura »

I looking for a class which implement URI RFC

for example:
input data is
$a = 'http://examle.com/a/b/c?p=1';
$b = '../../d?k=2';

output of class::someMethod($a, $b) is http://examle.com/a/d?k=2
Please, help me to find it.
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Re: I find URI-makes class

Post by Benjamin »

Forum Rules 1-1.1-1 wrote: Select the correct board for your query. Take some time to read the guidelines in the sticky topic.
Post Reply