<?php
function unique_file($prefix, $suffix){
  $file = sprintf('%s.%s', $prefix, $suffix);
...

PHP Generate a numbered file name

by hubfactor, October 23, 2008 13:53, 2 refactorings, tagged with file

Create a file name from the...

Ed9c50a6db8b5e078b5ef84306a8477c Talk
<?php

class RequestFile
...

PHP Universal File Download Class

by Chris Dean, August 16, 2008 11:21, 4 refactorings, tagged with download, class, php, file, 5, universal

After finding different hos...

151e36cc7f789a4790c8ca437e3a1f60 Talk