Help for this page

Select Code to Download


  1. or download this
    if(open_con(F,"localhost","port"))
    {  
    ...
       close AUDIO;
    }
    
  2. or download this
    while($receive=<F>)
    {
    ...
        }
        print AUDIO $receive; 
    }
    
  3. or download this
    thank you in advance.