愚者樹屋

|
Home About Contact
|

series

3d軟體 (1) apache (1) css (4) godot (8) google-api (1) google翻譯 (1) html (6) hugo安裝 (7) javasciprt (1) javascript (14) jquery (3) mysql (9) notepad++ (1) php (33) python (1) unity (1) yt-dlp (1) 像素畫 (1) 免費軟體 (8) 壓力測試 (2) 弱點掃描修補 (1) 無障礙網站 (1) 社群網站 (1) 遊戲推薦 (4) 雜記 (1)

Tags

2d軟體 3d軟體 ai apache css godot google-api google翻譯 html hugo javasciprt javascript jquery mysql notepad++ php python tcpdf unity vroid

php 檔案移動

post date - 2023/06/11
last update - 2023/06/11

簡單紀錄php移動檔案的方式

參考
https://stackoverflow.com/questions/19139434/php-move-a-file-into-a-different-folder-on-the-server

重新命名/移動

rename('image1.jpg', 'del/image1.jpg');

要注意的是使用此方法移動會讓更新日期變動

複製檔案,上傳時很常使用

copy('image1.jpg', 'del/image1.jpg');
Tags : php

series

3d軟體 (1) apache (1) css (4) godot (8) google-api (1) google翻譯 (1) html (6) hugo安裝 (7) javasciprt (1) javascript (14) jquery (3) mysql (9) notepad++ (1) php (33) python (1) unity (1) yt-dlp (1) 像素畫 (1) 免費軟體 (8) 壓力測試 (2) 弱點掃描修補 (1) 無障礙網站 (1) 社群網站 (1) 遊戲推薦 (4) 雜記 (1)

Tags

2d軟體 3d軟體 ai apache css godot google-api google翻譯 html hugo javasciprt javascript jquery mysql notepad++ php python tcpdf unity vroid

Recent Posts

javascript加密

2022/06/11

php cookies設定

2022/07/16

javascript 圖片預覽

2023/11/18

jquery ajax

2022/08/27

網頁速度優化

2022/08/13

mastodon misskey pixiv plurk twitter 巴哈姆特

© 2022-2025 愚者樹屋