【问题标题】:How can i change a url folder name to something else?如何将 url 文件夹名称更改为其他名称?
【发布时间】:2020-09-16 10:12:25
【问题描述】:

请在下面将 From 更改为 To:

来自:http://localhost:8082/Test/Students/index

收件人:http://localhost:8082/Anything/Students/index

【问题讨论】:

    标签: php cakephp-3.0


    【解决方案1】:

    您可以使用此功能

    重命名(旧、新、上下文);

    Eg.
    <?php
        rename("images","pictures"); //change name of dir
        rename("/test/file1.txt","/home/docs/my_file.txt"); //change dir and file
    ?>
    

    【讨论】:

      猜你喜欢
      • 2016-02-03
      • 1970-01-01
      • 2017-05-31
      • 1970-01-01
      • 2013-10-21
      • 2021-02-25
      • 2021-08-27
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多