Function __global->placeholder_array

Definitions

sources/lorem.php

  • Get an array.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: array

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$num_elements integer No No 3 N/A N/A Number of array elements

Returns

  • Place holder array
  • Type: array
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get an array.
 *
 * @param  integer $num_elements Number of array elements
 * @return array Place holder array
 */

function placeholder_array(int $num_elements = 3) : array