Quantcast
Viewing latest article 2
Browse Latest Browse All 10

Join (implode) an Array of String Values with Formatting

In programming, I often need to join values together from an array. Typically this will be to do something on the backend, like join a list of integers together in a comma-delimited string for use in a SQL statement. For those times, the native join/implode functions work fine. Occasionally however, we need to finesse the […]

Viewing latest article 2
Browse Latest Browse All 10

Trending Articles