tvheadend/vendor/ext-3.4.1/examples/direct/php/poll.php

7 lines
134 B
PHP
Raw Normal View History

<?php
echo json_encode(array(
'type'=>'event',
'name'=>'message',
'data'=>'Successfully polled at: '. date('g:i:s a')
));