[Solved] How do I write this in a single line of code? [closed]

[ad_1]

Please look for PHP String Operators The concatenation operator is . so you need:

echo first() . second() . third();

Look live example

[ad_2]

solved How do I write this in a single line of code? [closed]