Ejemplo n.º 1
0
function UCloud_SignRequest($auth, $req, $type = HEAD_FIELD_CHECK)
{
    return UCloud_MakeAuth($auth)->SignRequest($req, $type);
}
Ejemplo n.º 2
0
Archivo: http.php Proyecto: hsiun/yoyo
 public function __construct($auth, $mimetype = null, $type = HEAD_FIELD_CHECK)
 {
     $this->Type = $type;
     $this->MimeType = $mimetype;
     $this->Auth = UCloud_MakeAuth($auth, $type);
 }