You are here

property Net_Socket::$lineLength in Flickr API 5

Number of bytes to read at a time in readLine() and readAll(). Defaults to 2048.

Type: integer $lineLength

File

phpFlickr/PEAR/Net/Socket.php, line 78

Class

Net_Socket
Generalized Socket class.

Code

var $lineLength = 2048;