Flowdock
method

binmode

Importance_1
v1_9_3_125 - Show latest stable - 0 notes - Class: ARGF
binmode() public

Puts ARGF into binary mode. Once a stream is in binary mode, it cannot be reset to non-binary mode. This option has the following effects:

  • Newline conversion is disabled.

  • Encoding conversion is disabled.

  • Content is treated as ASCII-8BIT.

Show source
Register or log in to add new notes.