Answers

Question and Answer:

  Home  Junior PHP Developer

⟩ Explain me what is the use of 'print' in php?

This is not actually a real function, It is a language construct. So you can use with out parentheses with its argument list.

Example

print('PHP Interview questions');

print 'Job Interview ';

 179 views

More Questions for you: