Но как указать, что нужно смотреть в файлик намного выше по каталогам?
file_get_contents('/var/www/example.ru/path/to/file.txt');
file_get_contents(__DIR__ . '/../../example/data/test.txt');
__DIR__
- магическая константа, возвращает каталог текущего скрипта/../
- переход на каталог выше<input name="test" class="testClass" type="number">
<input name="test" class="testClass" type="number">
<input name="test" class="testClass" type="number">
function getValues() {
const numbers = [];
const inputs = document.getElementsByName('test');
for (const input of inputs) {
numbers.push(Number(input.value));
}
return number;
}
array_multisort(array_column($mainMenu, 'sort'), SORT_ASC, $mainMenu);
const result = Array.from(
document.querySelectorAll('#spisok > div > p > br'),
n => n.nextSibling.textContent.trim()
);
const result = Array.prototype.map.call(
document.getElementById('spisok').getElementsByTagName('button'),
n => n.previousSibling.nodeValue.replace(/(^\s+)|(\s+$)/g, '')
);
Public Function GetURL(c As Range) As String
On Error Resume Next
GetURL = c.Hyperlinks(1).Address
End Function
.myblock input:nth-child(3) {display: none!important;};