Search code examples
phpequivalent

Response.End in PHP


Is there any equivalent to Response.End in PHP?


Solution

  • exit();
    die();
    flush();