InputFile
class InputFile (View source)
Class InputFile.
Methods
__construct(
string $filePath)
Creates a new InputFile entity.
string
getFileName()
Return the name of the file.
resource
open()
Opens file stream.
Details
at line 30
__construct(
string $filePath)
Creates a new InputFile entity.
at line 40
string
getFileName()
Return the name of the file.
at line 52
resource
open()
Opens file stream.