File
class File extends SplFileInfo
A file in the file system.
Methods
__construct(string $path, bool $checkPath = true)
Constructs a new file from the given path.
string|null
guessExtension()
Returns the extension based on the mime type.
string|null
getMimeType()
Returns the mime type of the file.
getTargetFile($directory, $name = null)
No description
string
getName(string $name)
Returns locale independent base name of the given path.
Details
string|null
guessExtension()
Returns the extension based on the mime type.
If the mime type is unknown, returns null.
This method uses the mime type as guessed by getMimeType() to guess the file extension.