Ejemplo n.º 1
0
 function getTest()
 {
     $appendParams = array('page' => 20, 'exists' => 'yes', 'hello' => 'itsworking');
     $url = 'http://laravel5.dev/profile/search?combine=name&field_living_location_value=pune&field_gender_value=All&field_religion_value=All&page=2';
     $res = Common::appendParamToUrlNew($appendParams, $url);
     print_r($res);
 }