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.
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.
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.
Rofl if you are not interested in receiving any more messages like this one, go to the
unsubscribe page .