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
Last revisionBoth sides next revision
start [2019-05-24 21:57] andrehstart [2019-05-25 02:00] 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 notplease [[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: +
-<code c>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; +
-}</code> +
- +
-<WRAP center round box 60%> +
-This is a centered box with stuff in it. +
-Blah Blah on second line. +
-</WRAP> +
- +
-More stuff here.+
  
  • start.txt
  • Last modified: 2019-05-25 02:01
  • by andreh