fwrite($fp, $contents); fclose($fp); print 'File written.'; There is also a PHP fputs() API function. It works exactly like the PHP fwrite() API function.
確定! 回上一頁