Subversion-Projekte lars-tiefland.ci

Revision

Revision 2049 | Revision 2242 | Zur aktuellen Revision | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 2049 Revision 2107
Zeile 193... Zeile 193...
193
// ------------------------------------------------------------------------
193
// ------------------------------------------------------------------------
Zeile 194... Zeile 194...
194
 
194
 
195
if ( ! function_exists('random_string'))
195
if ( ! function_exists('random_string'))
196
{
196
{
197
	/**
197
	/**
198
	 * Create a Random String
-
 
199
	 *
-
 
200
	 * Useful for generating passwords or hashes.
198
	 * Create a "Random" String
201
	 *
199
	 *
202
	 * @param	string	type of random string.  basic, alpha, alnum, numeric, nozero, unique, md5, encrypt and sha1
200
	 * @param	string	type of random string.  basic, alpha, alnum, numeric, nozero, unique, md5, encrypt and sha1
203
	 * @param	int	number of characters
201
	 * @param	int	number of characters
204
	 * @return	string
202
	 * @return	string