Function __global->upload_will_syndicate

Definitions

sources/upload_syndication.php

  • Find if upload syndication will happen. Tell's us we do not need to worry about quota.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: bool

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$name ID_TEXT No No required parameter N/A N/A Upload field name

Returns

  • Whether it will?
  • Type: boolean
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Find if upload syndication will happen. Tell's us we do not need to worry about quota.
 *
 * @param  ID_TEXT $name Upload field name
 * @return boolean Whether it will?
 */

function upload_will_syndicate(string $name) : bool