setvbuf
$fh
->setvbuf(params
)
- Takes the same parameters as the C function
setvbuf(3)
and uses the C function to set the buffering policy for the FileHandle.
$fh
->setvbuf(params
)
setvbuf(3)
and uses the C function to set the buffering policy for the FileHandle.