PHP 8.5.0 Alpha 2 available for testing

Voting

: six minus five?
(Example: nine)

The Note You're Voting On

Sebastian Kun
20 years ago
If you go to the linux man page for the C function tempnam(3), you will see at the end "Never use this function. Use mkstemp(3) instead." But php's tempnam() function doesn't actually use tmpnam(3), so there's no problem (under Linux, it will use mkstemp(3) if it's available).

<< Back to user notes page

To Top