Files
php_8/conditions/file_get_contents_wrong.php
2022-04-17 16:34:10 +03:00

7 lines
130 B
PHP

<?php
if (file_get_contents('http://php.net')) {
} else {
echo '<p>Отсутствует сетевой доступ<p>';
}