Skip to content

codedk47/php_vlmcsd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7f3670c · Mar 23, 2018

History

15 Commits
Feb 16, 2018
Feb 16, 2018
Mar 23, 2018
Feb 16, 2018
Feb 16, 2018
Feb 16, 2018
Feb 16, 2018
Feb 16, 2018
Feb 16, 2018
Feb 16, 2018
Feb 16, 2018
Feb 16, 2018
Feb 16, 2018
Feb 16, 2018
Feb 16, 2018
Feb 16, 2018
Feb 16, 2018
Feb 16, 2018
Feb 16, 2018
Feb 16, 2018
Feb 16, 2018
Feb 16, 2018
Feb 16, 2018
Mar 11, 2018
Feb 16, 2018
Feb 16, 2018
Feb 16, 2018
Feb 16, 2018
Feb 16, 2018
Feb 16, 2018
Feb 16, 2018
Feb 16, 2018
Feb 16, 2018
Feb 16, 2018
Feb 16, 2018
Feb 16, 2018

Repository files navigation

php_vlmcsd

php_vlmcsd.dll (PHP7.2 For Windows10 VC15 x64 TS)

<?php
vlmcsd_rpcserver();
//or
vlmcsd_rpcserver('tcp://[::]:1688'); //ipv6 support
//or
if($s = stream_socket_server('tcp://0.0.0.0:1688'))
{
	for(;;)
	{
		if($c = stream_socket_accept($s, 6000))
		{
			vlmcsd_stream($c);
		}
	}
}

About

php_vlmcsd

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published