$json = '{"link":"123.ru?a=1"}';
$decoded = json_decode($json);
print_r($decoded);
До появления HTML5 единственное, что мы не могли контролировать и управлять (без перезагрузки контента или хаков с location.hash) — это история одного таба. С появлением HTML5 history API все изменилось — теперь мы можем гулять по истории (раньше тоже могли), добавлять элементы в историю, реагировать на переходы по истории и другие полезности.
console.log( x[1]['NestedFolder1'] );
console.log( x[1]['NestedFolder2'] );
<audio autoplay controls src="http://stream-dc1.radioparadise.com/ogg-96m">
Со своим адресом, естественно.@keyframes logo{
100%{
transform: scale(1.5) translateY(50px);
}
}
h1 {
color: red;
color: blue;
}
Вас же не удивит, что в результате будет применен синий цвет?With 3D support, the second definition will override the first one. Without 3D support, the second definition is invalid and a UA falls back to the first definition.
div {
transform: scale(2) rotate(45deg);
transform: scale(2) rotate3d(0, 0, 1, 45deg);
}
$('button').on('click', function(){
$(this).addClass('active').siblings().removeClass('active')
})
" > /tmp/myfile.txt 2>/dev/null &"
2 - это вывод stderr, можете отправлять его в error.log или в тот-же myfile.txt/^.*(.).*\1.*$/.test(str);
function calc($a, $b, $c, $result = 0) {
$result = $a + $b;
$result = $result * $c;
return $result;
}