Like This:
*
**
***
****
Not like this:
*
**
***
I mean in the opposite direction. Stars should increase in padding from the left. Is there anyway to do it?
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.
|
To help you think about this problem (since it's homework).
|
|||
|
|
str_repeat()function combined can give that result butstr_pad()is the way to go. – inhan May 20 '12 at 8:33