DWR.IO

Tagged: tips-tricks

Practical Differences Between sprintf() & printf() in PHP

November 27, 2023

The sprintf() and printf() functions in PHP are often used for formatting strings. While very similar, they serve slightly different purposes...

Read note →

Working With the Jobs Command

January 13, 2023

UNIX-like operating systems have a handful of commands for managing running programs in the Terminal — here's how to use them...

Read note →

Auto-Updating in WordPress Core

January 6, 2023

Every time I've installed a new installation of WordPress, I would install the latest version — until I needed to test against an older version of Core...

Read note →
← All notes