[php] <?php function fux($str) { $i = 0; while ($i < strlen($str)) { $s = $str{$i}; $r = rand(0,9); if ($r > 4) { $o = $o.strtoupper($s); } else { $o = $o.strtolower($s); } $i++; }... weiterlesen...
[php] <?php function fux($str) { $i = 0; while ($i < strlen($str)) { $s = $str{$i}; $r = rand(0,9); if ($r > 4) { $o = $o.strtoupper($s); } else { $o = $o.strtolower($s); } $i++; }... weiterlesen...
© ¥akuza112 Inc. 2010 - All rights reserved.
Kommentare