I find URI-makes class
Posted: Wed Mar 18, 2009 2:27 am
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.
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.