The PHP Manual has this example: <?php // open the file in a binary mode $name = './img/ok.png'; $fp = fopen($name, 'rb'); // send the right ...
確定! 回上一頁