print

create_filename ()

You are here: C97net5.05 File Functions

Create a file name that doesn't exist in a folder

function create_filename ($folder, $fn, $rnd = TRUE)

Create a unique file name that doesn't exist in a folder.

$folder = target folder.

$fn = original file name.

$rnd = if true will return a random file name, if false will return a safe version of file name.

Example 1

<?php
require './includes/user_init.php';

$fn = 'index.php';
echo create_filename ('.', $fn, false);

// output: 9d8_index.php
// 9d8 = random string
?>
Posted on: Aug-25-2010 at 07:00am
Last Updated: Jan-01-1970 at 07:00am

There is no comment. Why not be the first?

read more More Comments/Post Your Own

Account

Search

Tags

acp add all also any create default display don download easy echo etc features field file files folder form function includes information init kemana link list may module name need number own page php please qengine read require script set site skin time tpl url use user using version welcome