Create Random Folders - PHP

前端 未结 3 1640
执笔经年
执笔经年 2021-01-05 13:55

I have developed an API integration, It contains multiple image/file uploads. There are name conflicts if multiple users uploads file with the same name.

I\'ve plan

3条回答
  •  离开以前
    2021-01-05 14:16

    Yes its possible using mkdir()Example

    
    

    For more check this

    http://php.net/manual/en/function.mkdir.php

提交回复
热议问题