<?php
$response = file_get_contents("https://someurl.website/someJSON.json"); // Получаем JSON
$array = json_decode($response, true); // Парcим JSON в массив
print_r($array); // Выводим содержимое массива
file_get_contents
запросы в PHP можно делать еще через curl
:a[0]
, а с result
.const getMin = arr => {
let result = arr[0];
for(i = 0; i < arr.length; i++){
if(arr[i] < result){
result = arr[i];
}
}
return result;
}
const getMinOld = a => {
let result = a[0];
for(i=0;i < a.length;i++){
if(a[i]< a[0]){
result = a[i];
}
}
return result;
}
let mas = [22,5,8,3,44,16];
console.log(getMin(mas)); // 3
console.log(getMinOld(mas)); // 16
/** Отключаем автоформатирование */
remove_filter( 'the_content', 'wpautop' );
<meta name="description" content=""<?= $description ?>>
<div id="coub">
<div class="coub" onmouseover="showName(this);">
<a href="//coub.com/view/eeuyn" onclick="return frame(this);">
<img src="https://3fc4ed44-3fbc-419a-97a1-a29742511391.selcdn.net/coub_storage/coub/simple/cw_image/f42a9c98bfd/f876723cdbb307c191e94/1472200578_00031.jpg"></a>
<span>Watch on the road! #jimdrives</span></div>
<div class="coub" onmouseover="showName(this);">
<a href="//coub.com/view/2q1t7k" onclick="return frame(this);">
<img src="https://3fc4ed44-3fbc-419a-97a1-a29742511391.selcdn.net/coub_storage/coub/simple/cw_image/27475bd9033/6a9fb30fb888702736ce6/%{version}_1615659518_00032.jpg"></a>
<span>Everyone!</span></div>
</div>
const images = Array.from(document.querySelectorAll('img'));
images.forEach((image) => {
let src = image.getAttribute('src');
src = src.replace('%{version}', 'small');
image.setAttribute('src', src);
});
const loadedModule = require('./modulePath/index.js');
loadedModule.counter()
console.log(loadedModule.awesomeValue);
<head>
или в самое начало <body>
, чтобы он выполнился при парсинге этого места браузером; и не ссылкой, а напрямую