string tempnam(string $dir, string $prefix)
Creates a temporary file with support for custom stream wrappers.
string tempnam(string $dir, string $prefix)
Creates a temporary file with support for custom stream wrappers.
string | $dir | The directory where the temporary filename will be created |
string | $prefix | The prefix of the generated temporary filename Note: Windows uses only the first three characters of prefix |
string | The new temporary filename (with path), or throw an exception on failure |
Designed by : w10schools
service@w10schools.com
Please login to continue.