Genrate File Name In Php

[Solved] Genrate File Name In Php | Php - Code Explorer | yomemimo.com
Question : genrate file name in php

Answered by : faizan-ansari

$filename = uniqid(rand(), true) . '.pdf';

Source : https://stackoverflow.com/questions/460164/unique-and-temporary-file-names-in-php | Last Update : Mon, 13 Sep 21

Answers related to genrate file name in php

Code Explorer Popular Question For Php