Answers for "php Which function is used to read the content of a file"

PHP
7

php get file contents

<?php
file_get_contents("file.txt");
?>
Posted by: Guest on May-12-2020

Code answers related to "php Which function is used to read the content of a file"

Browse Popular Code Answers by Language