You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR was merged into the 3.4 branch.
Discussion
----------
Update filesystem.rst
Add missing doc for `tempnam` method
Commits
-------
de2f608 Update filesystem.rst
Copy file name to clipboardExpand all lines: components/filesystem.rst
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -283,6 +283,14 @@ isAbsolutePath
283
283
// returns false
284
284
$fileSystem->isAbsolutePath('../dir');
285
285
286
+
tempnam
287
+
~~~~~~~
288
+
289
+
:method:`Symfony\\Component\\Filesystem\\Filesystem::tempnam` creates a temporary file with a unique filename, and returns its path, or throw an exception on failure::
0 commit comments