Function __global->start_find_concrete_day_of_month_wrap

Definitions

sources/calendar.php

  • Find the concrete start day of a month for an event row.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: int

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$event array No No required parameter N/A N/A Event row

Returns

  • Concrete day
  • Type: integer
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Find the concrete start day of a month for an event row.
 *
 * @param  array $event Event row
 * @return integer Concrete day
 */

function start_find_concrete_day_of_month_wrap(array $event) : int