Php streaming

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
user___
Forum Contributor
Posts: 297
Joined: Tue Dec 05, 2006 3:05 pm

Php streaming

Post by user___ »

Hi guys,
I have read somewhere that it is now possible to create a streaming application by using Php. Does anyone know more about this? Is there any tutorial on how to do it?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

It's technically been possible for quite some time, just not recommended.

socket_listen() may be of interest.
Post Reply