protected MTimeProtectedFastFileStorage::tempnam($directory, $prefix)
A brute force tempnam implementation supporting streams.
Parameters
$directory: The directory where the temporary filename will be created.
$prefix: The prefix of the generated temporary filename.
Return value
string Returns the new temporary filename (with path), or FALSE on failure.
File
core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php, line 226
Class
MTimeProtectedFastFileStorage Stores PHP cod