Skip to content

Instantly share code, notes, and snippets.

@odinuv
Created September 27, 2018 15:13
Show Gist options
  • Save odinuv/dcb4d8fb239ef000f1149cb7b3038272 to your computer and use it in GitHub Desktop.
Save odinuv/dcb4d8fb239ef000f1149cb7b3038272 to your computer and use it in GitHub Desktop.
Testing the untestable: Kill connection
<?php
sleep((int) $argv[1]);
exec('cports /close * * * 3600');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment