- explode: documentation ( source)
- array_unique: documentation ( source)
- sleep: documentation ( source)
<?php
$participants_db = "test_test_test_test_test_test_Sticky_Sticky_Sticky_Sticky_";
$participants = array_unique(explode("_", $participants_db));
foreach($participants as $user)
{
echo $user . '\n';
sleep(10);
}
?>
This script was stopped while abusing our resources