alli14404 on 11/11/08
Last Edited at 11/11/08 09:44am
<?php $str = "00001030"; print ltrim($str, "0"); // left trim the '0' character from string ?>
Report this snippet Tweet
Comment:
You need to login to post a comment.