All pastes #2104581 Raw Edit

Stuff

public php v1 · immutable
#2104581 ·published 2012-01-20 18:13 UTC
rendered paste body
<?php     if($myNumber > 0 && $myNumber < 1) {          $formatted = ($myNumber * 100) . '%';     }