Jim Giner <jim.gi...@albanyhandball.com> wrote:

>
>""QI.VOLMAR QI"" <qi.vol...@gmail.com> wrote in message
>news:cab7l6ey9rkfwtmprpe0fk3doo5s1c5jyhpnbt5rjj0f_eb5...@mail.gmail.com...
>> Alguem sabe se, e como eu posso trabalhar com as portas do computador
>com
>> php no windows?
>>
>> Do someone know if, and how, I could work with Computer logical ports
>with
>> PHP on Windows?
>>
>> ex: shell_exec('cat /dev/usbmon0 | hexdump'); <- Linux
>>
>
>If you mean "use php to interrogate a port" I would think the answer is
>No.
>Computer port=client; PHP=server.
>
>
>
>--
>PHP General Mailing List (http://www.php.net/)
>To unsubscribe, visit: http://www.php.net/unsub.php

You can if the port is a server port, i.e. you're creating a daemon. But, if it 
is the client machine you wish to inspect, then as Jim mentioned, PHP is not 
for you and something like java may be better suited, although I'm not sure how 
much power an applet has in this area.

Thanks,
Ash
http://www.ashleysheridan.co.uk
--
Sent from my Android phone with K-9 Mail. Please excuse my brevity.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to