mirror of
https://github.com/igorsimdyanov/php8.git
synced 2025-08-06 11:10:42 +00:00
5 lines
117 B
PHP
5 lines
117 B
PHP
<?php
|
|
file_get_contents('http://php.net') or exit('Ошибка');
|
|
// Дальнейшие выражения
|
|
// ...
|