"PHP trigger error()"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-== 참고 자료 == +==참고==))
21번째 줄: 21번째 줄:
* http://php.net/manual/kr/function.trigger-error.php
* http://php.net/manual/kr/function.trigger-error.php


[[분류: PHP]]
[[분류: PHP 오류 처리 함수]]

2019년 12월 11일 (수) 11:29 판

1 개요

PHP trigger_error()
if ($divisor == 0) {
    trigger_error("Cannot divide by zero", E_USER_ERROR);
}

2 같이 보기

3 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}