Array | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Array

$myArray[1] = "<strong>PHP</strong>"; // what does the strong mean

24th Apr 2018, 2:20 PM
sean
2 Answers
+ 7
<strong> is a HTML tag. In this context, it is merely a string stored within an array.
24th Apr 2018, 2:22 PM
Hatsy Rei
Hatsy Rei - avatar
+ 2
<strong> is a HTML tag. It is a type of text like bold and italic. You can use this for important text. So it will print PHP as a important word.
24th Apr 2018, 3:17 PM
Sathya