Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 484 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 484 Bytes

php-library

Various useful PHP modules

Email

Create/send multipart MIME messages. (See inline PHPdoc for usage information.)

PDB

Thin wrapper around PDO with convenience methods. (See inline PHPdoc for usage information.)

array_compare()

Bi-directional comparison of multi-dimensional arrays.

Discussed at length in the user contributed notes at http://ca.php.net/manual/en/function.array-diff-assoc.php where a full, strict comparison of entire trees is needed.