PHP Interview questions


Total available count: 33
Subject - PHP Frameworks
Subsubject - PHP

What is Void?

VOID as a return type which means that the return value is useless and VOID in parameter list which means that the function does not accept any parameter.




Next 5 interview question(s)

1
What is the difference between gettype() vs str replace?
2
What is NaN?
3
PHP supports 8 primitive types. What are they?
4
What are the differences between echo and print in PHP?
5
How to execute a PHP script using command line?