Advertisement
Guest User

PHP Responde code

a guest
Aug 6th, 2018
557
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.09 KB | None | 0 0
  1. <?php
  2.  
  3. if( http_response_code() == 404 ) {
  4.     echo "Página não encontrada.";
  5.     return;
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement