30004.php 824 B

12345678910111213141516171819202122232425262728293031
  1. <?php
  2. define('DEVER_DAEMON', true);$_SERVER['DEVER_SERVER'] = 'test.xinnongbaohe.com';
  3. include(dirname(__FILE__) . DIRECTORY_SEPARATOR . '../index.php');
  4. $ip = '101.201.143.114';
  5. $port = '30004';
  6. $callback = array (
  7. 'start' => 'service/tcp._start',
  8. 'close' => 'service/tcp._close',
  9. 'receive' => 'service/tcp._receive',
  10. 'shutdown' => 'service/tcp._shutdown',
  11. 'product' =>
  12. array (
  13. 'id' => '5',
  14. 'info_id' => '2',
  15. 'key' => '3404726249',
  16. 'tcp' => '101.201.143.114:30004',
  17. 'tcp_id' => '',
  18. 'code' => ' http://pan.baidu.com/share/qrcode?w=150&h=150&url=http%3A%2F%2Fv2.xinnongbaohe.com%2Fweb%2Fapplication%2Fservice%2F%3Fuser.bind%3Fcode%3D3404726249',
  19. 'uid' => '0',
  20. 'type' => '2',
  21. 'state' => '1',
  22. 'cdate' => '1482411265',
  23. ),
  24. );
  25. Dever::tcp($port, $ip)->server($callback);