Extracted from Pike v7.3 release 14 at 2002-02-15.
pike.roxen.com
[Top]
Stdio
Stdio.Fd

Method Stdio.Fd()->`<<()


Method `<<

object(Stdio.File) Stdio.Fd()->`<<(string data)
object(Stdio.File) Stdio.Fd()->`<<(mixed data)

Description

Write some data to a file.

If data is not a string, it will be casted to string, and then written to the file.

Note

Throws an error if not all data could be written.

See also

Stdio.Fd.write