Results 1 to 7 of 7
Threaded View
-
24th Jul 2010, 06:44 PM #6MemberWebsite's:
litewarez.net litewarez.com triniwarez.comPHP Code:function arrayDuplicates($array)
{
$check = array(); //Temporary
foreach($array as $item)
{
isset($check[$item]) ? ($check[$item]++) : ($check[$item] = 1);
}
return $check;
}
Join Litewarez.net today and become apart of the community.
Unique | Clean | Advanced (All with you in mind)
Downloads | Webmasters
Notifications,Forum,Chat,Community all at Litewarez Webmasters
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Depositfiles False Payment Info
By piratebay in forum File Host DiscussionReplies: 11Last Post: 1st Jan 2011, 06:36 PM -
True or false? [Game]
By Daniel in forum General DiscussionReplies: 48Last Post: 1st Sep 2010, 05:52 PM
themaCreator - create posts from...
Version 3.48 released. Open older version (or...