print

random_str ()

You are here: C97net5.01 General Functions

Generate a random string

function random_str ($len, $lower = 1, $hex = 1)

This function will generate a random string.

$len = length of string.

If $lower = true, use lower case, default true.

If $hex = true, use only characters 0-9 & a-f, mimicking hexadecimal numbers; if false, use alfanumeric (A-Z & 0-9) characters.

Example 1

<?php
require './includes/user_init.php';
echo random_str (16);
?>

This will genarate a string with 16 characters, mimicking a hexadecimal value.

Posted on: Aug-19-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