update : 2015.11.03
php.shukuma.com검색:
|
Example that shows the effect of screamThis example demonstrates how scream affects the behaviour of PHP's error handler.
Example #1 Enabling and disabling scream at runtime
<?php 위 예제의 출력 예시: Opening http://example.com/not-existing-file Opening http://example.com/not-existing-file Warning: fopen(http://example.com/not-existing-file): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in example.php on line 14
|