輸出C:\testew\TMP1.tmp"/> 輸出C:\testew\TMP1.tmp">
tempnam() 函數建立一個暫存文件,其檔案名稱是唯一的。
tempnam(dir, prefix)
dir - 將建立暫存檔案的目錄。
前綴 - 檔案的開頭
tempnam() 函數傳回新的暫存檔名,失敗時傳回 FALSE。
<?php echo tempnam("C:\test</p><p>ew","TMP"); ?>
C:\test</p><p>ew\TMP1.tmp
以上是PHP中的tempnam()函數的詳細內容。更多資訊請關注PHP中文網其他相關文章!