# function start(){
# $this->fp = fsockopen($this->host,$this->port);
# $header = "GET ".$this->thisFileName."?threadrun=1&f=".urlencode($this->func).$this->arg." HTTP/1.1\r\n";
# $header .= "Host: ".$this->host."\r\n";
# $header .= "Connection: Close\r\n\r\n";
# fputs($this->fp,$header);
# }

mmm ... scusa l'ignoranza ma non vedo nulla che mi possa dire ke usa un web service..