Search for tempnam

  1. Search 7.x for tempnam
  2. Search 9.5.x for tempnam
  3. Search 10.3.x for tempnam
  4. Search 11.x for tempnam
  5. Other projects
Title Object type File name Summary
drupal_tempnam function core/includes/file.inc Creates a file with a unique filename in the specified directory.
FileSystem::tempnam function core/lib/Drupal/Core/File/FileSystem.php Creates a file with a unique filename in the specified directory.
FileSystemDeprecationTest::testDeprecatedDrupalTempnam function core/tests/Drupal/KernelTests/Core/File/FileSystemDeprecationTest.php @expectedDeprecation tempnam() is deprecated in Drupal 8.0.0 and will be removed before Drupal 9.0.0. Use \Drupal\Core\File\FileSystemInterface::tempnam(). See https://www.drupal.org/node/2418133.
FileSystemInterface::tempnam function core/lib/Drupal/Core/File/FileSystemInterface.php Creates a file with a unique filename in the specified directory.
MTimeProtectedFastFileStorage::tempnam function core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php A brute force tempnam implementation supporting streams.
Schema::$tempNamespaceName property core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php PostgreSQL's temporary namespace name.
Schema::getTempNamespaceName function core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php Gets PostgreSQL's temporary namespace name.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.