PHP rsort 問題
<?php
$file = file('data.txt');
rsort($file);
foreach($file AS $line){ echo $line . ""; }
?>
為什麼 1 比 1.4 , 1.2 還大, 可以怎樣解決, 謝謝
推荐文章: