-
Notifications
You must be signed in to change notification settings - Fork 0
cDateStrategyMonthly::GetFullMonthArray()
Rainer Stötter edited this page May 9, 2017
·
2 revisions
public mixed libdatephp\cDateStrategyMonthly::GetFullMonthArray(array $ary)
- Namespace : libdatephp
- Class name: cDateStrategyMonthly
- This method is defined by libdatephp\cDateStrategyMonthly
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
- $ary array - <p>the zero-based array with the months</p>
- cDateStrategyMonthly::AddMonth()
- cDateStrategyMonthly::AddMonthDay()
- cDateStrategyMonthly::ExistsMonth()
- cDateStrategyMonthly::ExistsMonthDay()
- cDateStrategyMonthly::GetFullMonthArray()
- cDateStrategyMonthly::GetFullMonthDayArray()
- cDateStrategyMonthly::GetMonthArray()
- cDateStrategyMonthly::GetMonthDayArray()
- cDateStrategyMonthly::RemoveMonth()
- cDateStrategyMonthly::RemoveMonthDay()
- cDateStrategyMonthly::ResetMonthDays()
- cDateStrategyMonthly::ResetMonths()
This wiki page is part of the documentation of the PHP class library libdatephp