Answers for "close php function"

PHP
5

php quit

exit();		// Normal exit

exit(1);	// Exit with an error code

exit('Error!');	// Exit and print an error message
Posted by: Guest on June-01-2020
0

closing a php

<?php
  # Php statements
  # check this link (https://wordpress.stackexchange.com/a/210790)
?>
Posted by: Guest on May-20-2021

Browse Popular Code Answers by Language