Skip to content

Instantly share code, notes, and snippets.

View tokidoki11's full-sized avatar

Han Sen tokidoki11

  • Tokyo
  • 01:38 (UTC +09:00)
View GitHub Profile
@tokidoki11
tokidoki11 / proxy_ldap_query.php
Last active August 12, 2016 08:25
ReactPHP/stream pipe to Secure Gateway
$creation = 0;
$loop = React\EventLoop\Factory::create();
function create($port, $callback)
{
global $creation;
global $loop;
if ($creation == 0)
{