64 $fsFile =
new FSFile( $path );
67 $info[
'fileExists'] = $fsFile->exists();
68 if ( $info[
'fileExists'] ) {
69 $info[
'size'] = $fsFile->getSize();
70 $info[
'sha1'] = $fsFile->getSha1Base36();
72 # MIME type according to file contents
73 $info[
'file-mime'] = $this->magic->guessMimeType( $path,
false );
76 $info[
'mime'] = $this->magic->improveTypeFromExtension( $info[
'file-mime'],
$ext );
79 $info[
'media_type'] = $this->magic->getMediaType( $path, $info[
'mime'] );
81 # Height, width and metadata
84 $info[
'metadata'] =
$handler->getMetadata( $fsFile, $path );
86 $gis =
$handler->getImageSize( $fsFile, $path, $info[
'metadata'] );
87 if ( is_array( $gis ) ) {
104 # NOTE: $gis[2] contains a code for the image type. This is no longer used.
105 $info[
'width'] = $gis[0];
106 $info[
'height'] = $gis[1];
107 if ( isset( $gis[
'bits'] ) ) {
108 $info[
'bits'] = $gis[
'bits'];
Class representing a non-directory file on the file system.
static placeholderProps()
Placeholder file properties to use for files that don't exist.
static extensionFromPath( $path, $case='lowercase')
Get the final extension from a storage or FS path.
static splitMime( $mime)
Split an internet media type into its two components; if not a two-part name, set the minor type to '...
MimeMagic helper wrapper.
getPropsFromPath( $path, $ext)
Get an associative array containing information about a file with the given storage path.
newPlaceholderProps()
Empty place holder props for non-existing files.
extractImageSizeInfo(array $gis)
Exract image size information.
__construct(MimeAnalyzer $magic)
deferred txt A few of the database updates required by various functions here can be deferred until after the result page is displayed to the user For updating the view updating the linked to tables after a etc PHP does not yet have any way to tell the server to actually return and disconnect while still running these but it might have such a feature in the future We handle these by creating a deferred update object and putting those objects on a global list
null means default in associative array with keys and values unescaped Should be merged with default with a value of false meaning to suppress the attribute in associative array with keys and values unescaped noclasses just before the function returns a value If you return true
this hook is for auditing only or null if authentication failed before getting that far or null if we can t even determine that probably a stub it is not rendered in wiki pages or galleries in category pages allow injecting custom HTML after the section Any uses of the hook need to handle escaping see BaseTemplate::getToolbox and BaseTemplate::makeListItem for details on the format of individual items inside of this array or by returning and letting standard HTTP rendering take place modifiable or by returning false and taking over the output modifiable modifiable after all normalizations have been except for the $wgMaxImageArea check set to true or false to override the $wgMaxImageArea check result gives extension the possibility to transform it themselves $handler
if(!is_readable( $file)) $ext