SHARE
TWEET

Untitled




Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- <?php
- #.... ubah 4 jadi 04. dan seterusnya selama 1 digit, jika dua digit
- # seperti 10, tidak akan berubah jadi 010 tapi tetap 10
- function two_digit($string)
- {
- return sprintf('%02d', $string);
- }
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy.