webdevask.com
Menu
Home
New
Add question
c# - PHP dat file reading
View Original
one text
Solution:
Try this:
$file = file_get_contents('./salt.dat');
Source