|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-10-25 20:31 UTC] joey@php.net
[2000-11-05 13:23 UTC] jmoore@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Sun Jun 14 12:00:01 2026 UTC |
<?php $f = tempnam("/tmp","foo"); ?> With PHP 4.0.1pl2, this script will return a string, but with PHP 4.0.3pl1, it will return a string and create a temporary file.