Nachricht
« Zurück
New class daily digest of 2016-07-25 - PHP Classes
PHP Classes New class daily digest of 20160725
From: PHP Classes Newclasses <list-newclasses@phpclasses.net>, sent: 13:43:11 - 30.12.2016New class daily digest of 2016-07-25
Universal Admin InterfaceTired of your sh***y back-office? Discover Forest, the Admin Interface for ambitious businesses. Get started now! |
Rofl you are getting this message as free service for being a user of the PHP Classes site to which you registered voluntarily using the email address rofldigger@getsend.xyz. If you wish to unsubscribe go to the unsubscribe page.
2 new classes were added to "PHP Classes" repository.
1. SingletonTrait - This class support forum
Short description:
Trait to implement the singleton design pattern
Groups:
PHP 5, Design Patterns, Traits
|
Supplied by:
Aleksandar Zivanovic
Detailed description:
This package provides a trait to implement the singleton design pattern.
The trait provides functions that return a new instance of the class if none was created so far, or an already created instance of the class otherwise.
It may also force creating a new instance of the class even if another was created.
The trait uses reflection to call the class constructor passing any arguments as a list or as an array.
The trait provides functions that return a new instance of the class if none was created so far, or an already created instance of the class otherwise.
It may also force creating a new instance of the class even if another was created.
The trait uses reflection to call the class constructor passing any arguments as a list or as an array.
2. PHP Permutation and Combination - This class support forum
Short description:
Compute permutations and combinations of values
Groups:
PHP 5, Statistics
|
Supplied by:
Anthony Amolochitis
Detailed description:
This class compute permutations and combinations of given values.
It can take as parameters a given number of items or a number of items to pick.
The class can compute the total number of possible combinations or permutations of items either allowing repetitions or not.
It can take as parameters a given number of items or a number of items to pick.
The class can compute the total number of possible combinations or permutations of items either allowing repetitions or not.
PHP Classes site tip of the day:
Rofl if you are not interested in receiving any more messages like this one, go to the unsubscribe page .