PHPize Online / SQLize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
Copy Clear
Copy Format Clear
<?php // temporarily kibana-logging all Greenthumb events $event = new \stdClass(); $event->appId = 'com.LDRLY.greenthumbiosdev'; if (isset($event->appId) === true && in_array($event->appId, array('com.LDRLY.greenthumbiosdev', 'com.LDRLY.greenthumbandroiddev')) === true) { $eventName = isset($event->event) === true ? $event->event : 'unknown'; echo "[logBatchEvent] RAW GREENTHUMB EVENT $eventName " . print_r($event, true); } else { echo 'nothing found'; }
Show:  
Copy Clear