Changeset 8270 for temp/trunk/data/module/Net
- Timestamp:
- 2006/11/13 14:52:55 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/data/module/Net/Socket.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/module/Net/Socket.php
r8269 r8270 449 449 $timeout = time() + $this->timeout; 450 450 451 451 452 $fp = $this->fp; 452 453 while (($c =@fgets($fp, $this->lineLength))!==false && (!$this->timeout || time() < $timeout)) { 453 454 $line .= $c; 454 455 if (substr($line, -1) == "\n") { 456 455 457 return rtrim($line, "\r\n"); 456 458 } 457 sfprintr("Socket"); 458 sfprintr($line); 459 } 460 459 } 461 460 462 461 /*
Note: See TracChangeset
for help on using the changeset viewer.
