**DONOTDELETE**
(Lurker)
2002-11-20 05:05 AM
Array ( Index) Enhancement & MD5 Hash

Hi...

This could be very usefull if the Array Function could do something that PHP could do.

Like

$Array[WordVersion] = "XP"
$Array[WordPath] = "C:\..."

Use String has a Register Index. with This Stuff, we could do a Loop to Store Many Value Inside an Array Faster.. like (Pseudo Code)

foreach ( $variables as $index => $result )
{
$Infos[$$Index] = $result
}

Another this, that could be usefull.. For PC Inventory, is a MD5 Function. To create a Unique HASH of a file, or a String. This way, Software Inventory will be easy to match Hash...


LonkeroAdministrator
(KiX Master Guru)
2002-11-20 05:08 AM
Re: Array ( Index) Enhancement & MD5 Hash

var by index?
which has been requested about 30 times but mostlikely will not be added in near future.
that also excludes 50% of our suggestions [Frown]


masken
(MM club member)
2003-05-24 03:46 PM
Re: Array ( Index) Enhancement & MD5 Hash

I'll second the MD5 suggestion. Would be very handy indeed [Smile]