When does one byte equal four kilobytes?(phpmanualmasterpieces.tumblr.com)18 points·by elehack·14년 전·1 commentsphpmanualmasterpieces.tumblr.comWhen does one byte equal four kilobytes?http://phpmanualmasterpieces.tumblr.com/post/33023415508/when-does-one-byte-equal-four-kilobytes1 commentsPost comment[–]nucleardog·14년 전replyI imagine this was done to make a mistaken use of the INI setting:> output_buffering = trueDo something slightly less nonsensical than set the output buffer chunk to one byte.Of course, it's still nonsense.
> output_buffering = true
Do something slightly less nonsensical than set the output buffer chunk to one byte.
Of course, it's still nonsense.