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

잔글 (봇: 자동으로 텍스트 교체 (-== 참고 자료 == +==참고==))
18번째 줄: 18번째 줄:
* [[lib_arr.php]]
* [[lib_arr.php]]


==참고 자료==
==참고==
* http://php.net/manual/kr/function.trigger-error.php
* http://php.net/manual/kr/function.trigger-error.php


[[분류: PHP]]
[[분류: PHP]]

2017년 6월 27일 (화) 12:39 판

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 }}