note 10551 deleted from function.decbin by felipe
| Newsgroups | php.notes |
|---|---|
| Message-ID | <[email protected]> |
Note Submitter: sterba at locksley-west dot com ---- I had the same problem on PHP 3.0.9, so the str_repeat was not an option. This maight help: while (strlen($result)<3) $result="0".$result;