Source Code:
(back to article)
<?php $temp_file_name = tempnam("/tmp", "temp"); echo $temp_file_name;
Result:
Report an issue