Format Percentage

Format a decimal number as a percentage with configurable precision.

Code

Utilities
number_format($num * 100, $decimals) . '%';

Parameters

The decimal number (0-1).

Decimal places to show.

Server

More PHP Snippets