Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 615 Bytes

File metadata and controls

8 lines (5 loc) · 615 Bytes

phpClasses

A repository for random php classes, functions, and snippets designed for a variety of tasks.

List and Description:

  • imageCrawler.php - Crawls an image looking for specific RGB color values. The use case for this was designing a map of locations with a marker built into each point of interest that was of color RGB 255,255,255, retrieve those coordinates, and list them automatically for use in other parts of an interactive application.

  • randomString.php - A function to generate a random string of length. Useful for UUIDs that do not require sophisticated randomization and entropy inclusion.