I'm trying to open a Windows Handle, which I know it can be opened in C#. But what I want to achieve is to open it directly in PHP. I know the process and the name of the handle. What I have in head is to make a PHP script in CLI that can wrap the data in the handle, which is binary encoded. So, is there a way to open such ressource directly with PHP-CLI?
I'm not searching for an interface, so "read it with C# and sent it with local network to PHP" is not the answer I'm searching for.
Regards.