Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
print_r(json_decode(substr($content, 3), true));
$json_decoded->inventory->{5308188287}->classid
firstarray = getsomething1() secondarray = getsomething2() getsomething3(firstarray, secondarray)
getsomething3(getsomething1(), getsomething2())
/lynxid-(\w+)/
$rows = 0; while ($res = mysql_fetch_assoc($dbProject)) { $rows++; // code }