Search for tempnam
- Search 7.x for tempnam
- Search 9.5.x for tempnam
- Search 10.3.x for tempnam
- Search 11.x for tempnam
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
drupal_tempnam | function | core/ |
Creates a file with a unique filename in the specified directory. |
FileSystem::tempnam | function | core/ |
Creates a file with a unique filename in the specified directory. |
FileSystemDeprecationTest::testDeprecatedDrupalTempnam | function | core/ |
@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/ |
Creates a file with a unique filename in the specified directory. |
MTimeProtectedFastFileStorage::tempnam | function | core/ |
A brute force tempnam implementation supporting streams. |
Schema::$tempNamespaceName | property | core/ |
PostgreSQL's temporary namespace name. |
Schema::getTempNamespaceName | function | core/ |
Gets PostgreSQL's temporary namespace name. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.