close

 


<?php
$site = "http://php.net/";
fopen($site,"r")
or exit("Unable to connect to $site");
?>

<?php

//exit program normally
exit;
exit();
exit(0);

//exit with an error code
exit(1);
exit(0376); //octal

?>

arrow
arrow
    全站熱搜

    stockwfj3 發表在 痞客邦 留言(0) 人氣()