⊗ppPmSFFl 158 of 447 menu

String Padding in PHP

str_repeat

Using one loop and the str_repeat function, display the following pyramid:

x
xx
xxx
xxxx
xxxxx
xxxxxx
xxxxxxx
xxxxxxxx
xxxxxxxxx

Using one loop and the str_repeat function, display the following pyramid:

1
22
333
4444
55555
666666
7777777
88888888
999999999
byenru