PHP Classes

Packages of Diogo Del Santo

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Diogo Del Santo (3)  >  Mission progress status  >  Reputation  
Picture of Diogo Del Santo
Name: Diogo Del Santo <contact>
Classes: 3
Country: Brazil Brazil
Age: 42
All time rank: 2465169 in Brazil Brazil
Week rank: 195 Up14 in Brazil Brazil Up
All time users: 923
Week users: 0
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image dataBr  
Add, subtract and compute difference between dates
This class can add, subtract and compute difference between dates.

It can take a given data and add or subtract a given number of days.

The class can also calculate the number the days between two dates.

The code and the comments are in Portuguese.

In Portuguese:

Fomatação, Subtração, Adição e Cálculo entre datas.

  Files folder image gSenha  
Generate a random password from a character list
This class can generate a random password from a character list.

It can generate a text string with a given length of random characters.

The list of characters to be included is a configurable option.

The code and the comments are in Portuguese.

In Portuguese:

Classe abstrata que gera senha aleatória de acordo com os parâmetros informados através da função gera_senha. O primeiro parâmetro (tamanho) determina a quantidade de caracteres que a senha terá. O segundo parâmetro (caracteres_permitidos) determina quais caracteres serão usados para construir a senha.

  Files folder image S-mail  
Compose and send e-mail messages
This class can be used to compose and send e-mail messages.

It can compose and e-mail message adding the necessary headers for setting recipients in To:, Cc: and BCc: headers, sender address, the message subject.

The composed message is sent with the PHP mail() function.

The code and the comments are in Portuguese.


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z