connection with socket

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
shinji
Forum Newbie
Posts: 2
Joined: Tue Aug 06, 2002 5:26 pm

connection with socket

Post by shinji »

hello

:?: somebody has examples of connection of socket but with the function socket_connect() ...

thanks....
darkshine
Forum Newbie
Posts: 15
Joined: Wed Aug 07, 2002 4:15 am
Location: paris, france

Post by darkshine »

I think it s better using socket_create
but for exemple =>
int socket_open(str host, int port, str fcn)
Post Reply