Skip to content

cDateStrategyMonthly::GetFullMonthArray()

Rainer Stötter edited this page May 9, 2017 · 2 revisions

Method GetFullMonthArray( )

 public   mixed libdatephp\cDateStrategyMonthly::GetFullMonthArray(array $ary)

The method GetFullMonthArray( $ary ) returns in $ary 12 int entries. The entries are 1, when the specific month is set and 0, when not

The array is zero-based - The array element with the index 0 stands for the january and 11 for december

Arguments

  • $ary array - <p>the zero-based array with the months</p>

See also

Clone this wiki locally