douzhang3898 2013-06-20 22:10
浏览 356
已采纳

如何使用php中的file_put_content从不同的路径(不是服务器默认路径)打开文件

Is there any way to file_put_contents from different path i mean instead of

c/programfiles/../../htdocs/test.txt using c/test/test.txt

the below is the code i am using:

$date=current_date;

$file = "test_"$date".txt";

$contents = "testtest";

file_put_contents($file, $contents);

Many thanks in advance!

  • 写回答

1条回答 默认 最新

  • dongmijgnnq0118 2013-06-20 22:37
    关注

    When placing files on your computer you can either use relative or absolute path like this:

    // absolute path
    $file = "C:/temp/test.txt";
    
    // relative path from C:/Program Files/wamp/htdocs/index.php
    $file = "../../temp/test.txt";
    

    Both of those files point to the same place

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 如何在scanpy上做差异基因和通路富集?
  • ¥20 关于#硬件工程#的问题,请各位专家解答!
  • ¥15 关于#matlab#的问题:期望的系统闭环传递函数为G(s)=wn^2/s^2+2¢wn+wn^2阻尼系数¢=0.707,使系统具有较小的超调量
  • ¥15 FLUENT如何实现在堆积颗粒的上表面加载高斯热源
  • ¥30 截图中的mathematics程序转换成matlab
  • ¥15 动力学代码报错,维度不匹配
  • ¥15 Power query添加列问题
  • ¥50 Kubernetes&Fission&Eleasticsearch
  • ¥15 報錯:Person is not mapped,如何解決?
  • ¥15 c++头文件不能识别CDialog