解析URL并获取响应以返回位置标头

时间:2014-10-29 07:03:56

标签: php parsing

是PHP新手,仍处于初始阶段。我需要完成一项操作。

该函数接受一个参数URL,并且应该将一个令牌(已经可用)附加到URL,然后URL必须解析响应以将Location头返回给客户端。

这是函数

<?php    
  function authenticate($url) {
    echo $token; 
    //perform the operation
    return $url; // after appending the token to url and performing the operation.
  }
?>

0 个答案:

没有答案