update : 2015.11.03
php.shukuma.com검색:
|
libxml_use_internal_errors(PHP 5 >= 5.1.0) libxml_use_internal_errors — Disable libxml errors and allow user to fetch error information as needed 설명
bool libxml_use_internal_errors
([ bool
$use_errors = false
] )libxml_use_internal_errors() allows you to disable standard libxml errors and enable user error handling. 인수
반환값
This function returns the previous value of
예제
Example #1 A libxml_use_internal_errors() example This example demonstrates the basic usage of libxml errors and the value returned by this function.
<?php 위 예제의 출력: bool(false) |