int file_put_contents ( string $filename , mixed $data [, int $flags = 0 [, resource $context ]] )
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<?php
$contents = "曲径通幽,安觅芳踪。\n";
$contents .= "天高云淡,你我相逢。\n";
$num = file_put_contents("fputcon.txt", $contents);
echo "写入文件共". $num ."字节";
?>
</body>
</html>
写入文件共62字节
欢迎光临 曲径通幽论坛 (http://www.groad.net/bbs/) | Powered by Discuz! X3.2 |