haXe API Documentation
Back | Index
class php.io.FileOutput
extends haxe.io.Output
Available in php
Use php.io.File.write to create a FileOutput
function new(f : FileHandle) : Void
function eof() : Bool
function seek(p : Int, pos : FileSeek) : Void
function tell() : Int
Back | Index