Function __global->reorganise_uploads__galleries

Definitions

sources/galleries2.php

  • Reorganise the gallery uploads.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$where array No No [] N/A N/A Limit reorganisation to rows matching this WHERE map
$tolerate_errors boolean No No False N/A N/A Whether to tolerate missing files (false = give an error)

Preview

Code (PHP)

/**
 * Reorganise the gallery uploads.
 *
 * @param  array $where Limit reorganisation to rows matching this WHERE map
 * @param  boolean $tolerate_errors Whether to tolerate missing files (false = give an error)
 */

function reorganise_uploads__galleries(array $where = [], bool $tolerate_errors = false)