rfc:tempnam-suffix

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
rfc:tempnam-suffix [2014/01/30 22:21] – a bit more verbose neufeindrfc:tempnam-suffix [2017/09/22 13:28] (current) – external edit 127.0.0.1
Line 46: Line 46:
 Changelog: Changelog:
 5.6.0 The suffix parameter was added 5.6.0 The suffix parameter was added
 +
  
 Example #2 tempnam() example Example #2 tempnam() example
-<?php+ 
 +<code>
 $tmpfname = tempnam("/tmp", "FOO", ".png"); $tmpfname = tempnam("/tmp", "FOO", ".png");
 echo $tmpfname; // will be "/tmp/FOO<something>.png" echo $tmpfname; // will be "/tmp/FOO<something>.png"
 +</code>
rfc/tempnam-suffix.1391120517.txt.gz · Last modified: 2017/09/22 13:28 (external edit)