New class daily digest of 2015-12-28
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:
Validate email address and compute quality score |
Groups:
|
|
Supplied by:
Detailed description:
This class can validate email address and compute quality score.
It can send a HTTP request to the mailboxlayer API Web server to validate a given email address.
The mailboxlayer API can check the email domain MX records to connect to the domain SMTP server and depending on the response returns a quality score for the validity of the email address. |
Short description:
Create object that works like a JavaScript object |
Groups:
|
Supplied by:
Detailed description:
This class can create an object that works like a JavaScript object.
It can take an array of property values to set the object variables.
The class redefined the __call magic method, so calls to closure function variables have the $this pseudo-variable assigned to the current object, so code of the closure function variables can access the object properties using $this. |
PHP Classes site tip of the day:
If you are not interested in receiving any more messages like this one, go to the unsubscribe page .
If want to switch the message format between text and HTML visit the options page and change it in the E-mail alerts and newsletters tab. |