Bluehost.com Web Hosting $6.95

format interger to this "001" etc

This is a discussion on format interger to this "001" etc within the alt.comp.lang.php forums, part of the PHP Programming Forums category; Hello, I would like to format a number as 3 characters. 1 shoulb be echo as 001 and 2 as ...


Go Back   Usenet Forums > PHP Programming Forums > alt.comp.lang.php

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 03-04-2004
Johnny Geling
 
Posts: n/a
Default format interger to this "001" etc

Hello,

I would like to format a number as 3 characters. 1 shoulb be echo as 001
and 2 as 002, 12 as 012 and so on. With vb there is a format function
available. What about php. I haven't found it. Al tips are welcome.


Johnny
Reply With Quote
  #2 (permalink)  
Old 03-04-2004
Mike Peters
 
Posts: n/a
Default Re: format interger to this "001" etc

On 2004-03-04, Johnny Geling wrote:
> Hello,
>
> I would like to format a number as 3 characters. 1 shoulb be echo as 001
> and 2 as 002, 12 as 012 and so on. With vb there is a format function
> available. What about php. I haven't found it. Al tips are welcome.
>

http://www.php.net/manual/en/function.str-pad.php

eg.
echo str_pad("2", 3, "0", STR_PAD_LEFT); // Displays 002
echo str_pad("12", 3, "0", STR_PAD_LEFT); // Displays 012

--
Mike Peters
mike [-AT-] ice2o [-DOT-] com
http://www.ice2o.com
Reply With Quote
  #3 (permalink)  
Old 03-04-2004
Tyrone Slothrop
 
Posts: n/a
Default Re: format interger to this "001" etc

On Thu, 04 Mar 2004 14:50:33 +0100, Johnny Geling
<johnny_rem*ove_this*_.geling@chello.be> wrote:

>Hello,
>
>I would like to format a number as 3 characters. 1 shoulb be echo as 001
>and 2 as 002, 12 as 012 and so on. With vb there is a format function
>available. What about php. I haven't found it. Al tips are welcome.
>
>
>Johnny


See:
http://www.php.net/manual/en/function.str-pad.php
Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT +1. The time now is 06:16 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0