Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

readfile in php

$a = readfile('myfile.txt');	//you can read whole file in php
echo $a; //it will return character of length also.
 
PREVIOUS NEXT
Tagged: #readfile #php
ADD COMMENT
Topic
Name
7+7 =