file_get_contents, file, include php

Опубликовано: 19 Май 2026
на канале: DWWEB_RU
722
4

Dwweb переехал сюда : https://dzen.ru/video/watch/636bd7169...
Рассмотрим сразу три функции в видео, потому, что рассматривать каждую в новом видео нет никакого смысла!
file_get_contents – эта функция получения данных в строку…
https://dwweb.ru/page/php/function/00...
file – эта функция получает данные в массив.
https://dwweb.ru/page/php/function/00...
Include – функция включения, т.е. включает какой-то код с другой страницы.
https://dwweb.ru/page/php/function/00...

Звук записан на микрофон : https://marrex.ru/sht/tascam_dr_05.html

For all our friends, we have added a translator to the site. If you don't speak Russian, just select your language of translation... and click translate.
And the form can also be translated!

Let's consider three functions in the video, because there is no sense to consider each in the new video!
file_get_contents – this function retrieves data in a string…
005_poluchit_dannyie_s_pomoschyu_file_get_contents.html
file-this function receives data into an array.
005_poluchit_dannyie_s_pomoschyu_file_get_contents.html
Include-enable function, i.e. includes some code from another page.
007_funktsiya_include.html