본문 바로가기
PHP

mysql_close서버 연결 종료

by 스윗라이프 2017. 7. 22.

// mysql_close서버 연결 종료
if (is_resource($conn)) {
    mysql_close($conn);
}
?>


댓글