Function __global->get_recursive_gallery_details

Definitions

sources/galleries.php

  • Get details of the contents of a gallery.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: array

Parameters

Name Type Default Set Range Description
$name ID_TEXT required parameter N/A N/A The name of the gallery
$test_videos boolean True N/A N/A Whether to test for videos when making counts (ignore this parameter - used internally)
$test_images boolean True N/A N/A Whether to test for images when making counts (ignore this parameter - used internally)

Return

  • A triplet: (num children, num images, num videos)
  • Type: array
  • Set: N/A
  • Range: N/A