Function __global->image_get_default_metadata

Definitions

sources/galleries2.php

  • Get image details from metadata.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: array

Parameters

Name Type Default Set Range Description
$url URLPATH Blank (empty string) N/A N/A URL to the image (blank: not known yet)
$filename ?string Null N/A N/A Filename of image (null: not known yet)
$title string Blank (empty string) N/A N/A Title of image (blank: not known yet, calculate here if possible)
$cat string Blank (empty string) N/A N/A Gallery (blank: not known yet, calculate here if possible)

Return

  • Tuple of image details
  • Type: array
  • Set: N/A
  • Range: N/A