本帖最后由 xuzuning 于 2014-08-27 17:37:16 编辑

解决方案 »

  1.   

    Parse error: syntax error, unexpected ';' in D:\wamp\www\ceshi\xieru.php on line 14
    报错了 而且这个fileputcontent不能自动生成文件吧。。
      

  2.   

     file_put_contents("s$width$height.less", join(PHP_EOL, $r);
    少个括号
      

  3.   

    就是个函数调用 的问题file_put_contents
      

  4.   

    顺便符上代码$filename='s100300.less';
    $date='@import "shiying";
    @screen_width:100px;
    @screen_height:300px;';
    file_put_contents($filename,$date);