Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/components/bitrix/report.construct/templates/.default/
Upload File :
Current File : /var/www/homesaver/www/bitrix/components/bitrix/report.construct/templates/.default/csv.php

<?php
if (!defined('B_PROLOG_INCLUDED') || B_PROLOG_INCLUDED!==true) die();

/** @var array $arResult */

array_walk($arResult['REPORT'], function($item, $key) {
	echo $key.'='.$item.'|';
});