$user_id = 210700286;
$request_params = array(
'user_id' => $user_id,
'fields' => 'bdate',
'v' => '5.52',
'access_token' => '533bacf01e11f55b536a565b57531ac114461ae8736d6506a3'
);
$get_params = http_build_query($request_params);
$result = json_decode(file_get_contents('https://api.vk.com/method/users.get?'. $get_params));
echo($result -> response[0] -> bdate);
<?php
$start = microtime(true);
$site = 'exemple.ru';
exec("wget -O /dev/null -q https://{$site}/путь/до/файла/file1.php");
exec("wget -O /dev/null -q https://{$site}/путь/до/файла/file2.php");
exec("wget -O /dev/null -q https://{$site}/путь/до/файла/file3.php");
exec("wget -O /dev/null -q https://{$site}/путь/до/файла/file4.php");
exec("wget -O /dev/null -q https://{$site}/путь/до/файла/file5.php");
$time = microtime(true) - $start;
echo("Время записи xml-файлов {$time} секунды");
?>
// arr1 -это первый массив
$mass = array_column($arr1, 'out', 'identifier')
foreah ($arr2 as $key => $val) {
if(isset($mass[$val['game']['indetifier']])) {
// тут делаешь проверку на out
if($val['pound']['out'] == $mass[$val['game']['indetifier']]) {
continue;
} else {
$result[] = $val;
}
} else {
$result[] = $val;
}
function wrAr ($start = false, $val){
global $xml;
$data = [];
$rv = array_filter($val, 'is_array');
if (count($rv)==0) {
$val[] = $val;
}
if(empty(array_column($val, '1'))) {
return NULL;
}
if (!empty($start)) {
foreach($start as $st) {
$data[] = $xml->startElement($st);
}
}
foreach($val as $value) {
if (empty($value)) {
continue;
}
$data[] = $xml->writeElement($value['0'], !$value['2'] ? $value['1'] : $value['2'][$value['1']]);
}
$start = array_reverse($start);
foreach($start as $st) {
$data[] = $xml->endElement();
}
return $data;
}