File: poll.php

package info (click to toggle)
libjs-extjs 3.0.3%2Bdfsg0-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 48,024 kB
  • ctags: 4,182
  • sloc: php: 819; xml: 537; sql: 44; makefile: 33
file content (6 lines) | stat: -rw-r--r-- 140 bytes parent folder | download
1
2
3
4
5
6
<?php
echo json_encode(array(
    'type'=>'event',
    'name'=>'message',
    'data'=>'Successfully polled at: '. date('g:i:s a')
));