start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
start [2019-05-24 21:49] andrehstart [2019-05-25 02:01] (current) andreh
Line 1: Line 1:
-This is my first page+====== Welcome ====== 
-**HELLO**+Thank you for your interest in eze System's products and services
 + 
 +We hope you will find the information you are looking for here. If not, please [[https://ezesys.com/eze-system/contact-us|let us know]] and we will do our best to add or update the documents.
  
-This is some code: 
-<wrap em>private function exportCsv($result, $params)  { 
-    $header = $params["fields"]; 
-    array_unshift($header, "Timestamp"); 
-     
-    $result = array_map(function($v)  { 
-        $time = date("Ymd\THis\Z", $v["time"]); 
-        $v["time"] = $time; 
-        return array_values($v); 
-    }, $result); 
-     
-    $csv = Writer::createFromString(""); 
-    $csv->insertOne($header); 
-    $csv->insertAll($result); 
-     
-    return $csv; 
-}</wrap> 
  • start.1558734592.txt.gz
  • Last modified: 2019-05-24 21:49
  • by andreh