Skip to content
LaCodon edited this page Mar 1, 2016 · 1 revision

namespace Famework\Request

This class gives the opportunity to hanlde request concerning stuff.

Contents

Constants

  • CODE_FOUND = 302
  • CODE_MOVEDPERMANENTLY = 301
  • CODE_TEMPORARYREDIRECT = 307

Relevant public methods

redirect

Redirect user (calls exit() after setting header("Location: ..."))

void redirect(string $url [, int $code = self::CODE_FOUND])
Parameter Purpose
url The URL where to redirect to
code The HTTP status code
Clone this wiki locally