Bluehost.com Web Hosting $6.95

str_pad

This is a discussion on str_pad within the PHP General forums, part of the PHP Programming Forums category; This should be quite an easy task for some... say for example $line->dbranch has a value of 3 ...


Go Back   Usenet Forums > PHP Programming Forums > PHP General

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 09-26-2003
Chris Grigor
 
Posts: n/a
Default str_pad

This should be quite an easy task for some...

say for example $line->dbranch has a value of 3
I know that 3 spaces will be added on to the end of $dbranch


$dbranch = str_pad($line->dbranch_no, 6);

so the value of $dbranch should look like "3 "

Is there anyway to right justify the 3 using str_pad .. example still put the 3 spaces in but at the beginning???
so it looks like " 3"


Chris



Reply With Quote
  #2 (permalink)  
Old 09-26-2003
Nitin
 
Posts: n/a
Default Re: [PHP] str_pad

of course, you can specify the optional argument STR_PAD_LEFT like:

$dbranch = str_pad($line->dbranch_no, 6, '', STR_PAD_LEFT);

Enjoy,
Nitin


----- Original Message -----
From: "Chris Grigor" <aphrodit@iafrica.com>
To: "php" <php-general@lists.php.net>
Sent: Friday, September 26, 2003 4:49 PM
Subject: [php] str_pad


This should be quite an easy task for some...

say for example $line->dbranch has a value of 3
I know that 3 spaces will be added on to the end of $dbranch


$dbranch = str_pad($line->dbranch_no, 6);

so the value of $dbranch should look like "3 "

Is there anyway to right justify the 3 using str_pad .. example still put
the 3 spaces in but at the beginning???
so it looks like " 3"


Chris
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 02:58 AM.


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