- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
try {
@$ids = array_map(function($p)
{
static $index = 0;
$index++;
if (is_numeric($p) && intval($p) == $p)
return intval($p);
else
throw new Exception("The element #{$index} is crap");
},
explode(',', $_COOKIE['integers']));
}
catch (Exception $e) {
exit ("Uh oh! {$e->getMessage()}");
}
komprenda 19.12.2010 19:48 # +2
DropWorld 19.12.2010 20:54 # +4
guest 19.12.2010 21:54 # +4
komprenda 19.12.2010 23:24 # −6
da4ever 19.12.2010 23:50 # +4
TarasB 20.12.2010 00:22 # +4
Читать самый первый комент под кодом
Govnocoder#0xFF 20.12.2010 13:15 # −1
Lure Of Chaos 20.12.2010 13:50 # 0
bugmenot 20.12.2010 14:16 # +1
TarasB 20.12.2010 14:46 # 0
Lure Of Chaos 20.12.2010 14:50 # +3
brainstorm 20.12.2010 14:58 # +1
Lure Of Chaos 20.12.2010 15:01 # +3
TarasB 20.12.2010 15:03 # 0
Lure Of Chaos 20.12.2010 15:06 # +2
istem 20.12.2010 16:50 # +4
Lure Of Chaos 20.12.2010 16:51 # 0
Vasiliy 20.12.2010 16:55 # +4
Lure Of Chaos 20.12.2010 17:08 # 0
istem 20.12.2010 17:11 # 0
Lure Of Chaos 20.12.2010 17:12 # +3
bugmenot 20.12.2010 17:19 # +2
istem 20.12.2010 18:07 # +1
Lure Of Chaos 20.12.2010 18:13 # 0
Vasiliy 20.12.2010 17:14 # +1
Lure Of Chaos 20.12.2010 17:20 # 0
xXx_totalwar 20.12.2010 17:23 # 0
+ теги url, img, tex
istem 21.12.2010 09:58 # 0
Govnocoder#0xFF 20.12.2010 15:56 # 0
Lure Of Chaos 20.12.2010 16:36 # 0
Govnocoder#0xFF 20.12.2010 16:57 # 0
komprenda 20.12.2010 14:19 # −7
brainstorm 20.12.2010 15:09 # +5