File "index_test.php"
Full path: /www/ansys/qgis/000_nasu/index_test.php
File size: 133 B
MIME-type: text/x-php
Charset: utf-8
<?php
print "testnasu" ."<BR>";
$binary = file_get_contents('20170120135603.jpg');
$ll = strlen($binary);
print "binary==" .$ll;
?>