20 public function read($length);
29 public function readAll($flag =
null, $context =
null);
38 public function readLine($length, $ending =
null);
49 public function readCsv($length = 0, $delimiter =
',', $enclosure =
'"', $escape =
'\\');
56 public function tell();
65 public function seek($length, $whence = SEEK_SET);
72 public function eof();
79 public function close();
86 public function stat();
readAll($flag=null, $context=null)
seek($length, $whence=SEEK_SET)
readLine($length, $ending=null)
readCsv($length=0, $delimiter=',', $enclosure='"', $escape = '\\')