Skip to content

cDateStrategyMonthlyFixed::GetFullWeekArray()

Rainer Stötter edited this page May 9, 2017 · 1 revision

Method GetFullWeekArray( )

 public   mixed libdatephp\cDateStrategyMonthlyFixed::GetFullWeekArray(array $ary)

The method GetFullWeekArray( $ary ) returns in $ary 7 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 first week and 4 for 5-th. The sixth element stands for the "last week"

Arguments

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

See also

Clone this wiki locally