function array_search( needle, haystack, strict ) { // Searches the array for a given value and returns the corresponding key if
// successful
//
// + original by: Kevin van Zonneveld (http://kevin.vanzonneveld.net)
var strict = !!strict;
for(var key in haystack){
if( (strict && haystack[key] === needle) || (!strict && haystack[key] == needle) ){
return key;
}
}
return false;
}
Roksa golub dobrzyń
Anonse erotyczne legionowo
Roksa krakow dzielnice
Roksa warsaw
Отправить комментарий
Приветствуются комментарии:Для остальных вопросов и обсуждений есть форум.