Answer Posted / umapathi
std,
filter,
php_incomplete_class
| Is This Answer Correct ? | 19 Yes | 5 No |
Post New Answer View All Answers
What is whitespace in php?
How can we change the maximum size of the files to be uploaded?
Who created numbers?
How can you encrypt password using php?
Is laravel frontend or backend?
What is substr() in php? And how it is used?
Is php a cms?
What is singleton design pattern in php?
What is php trait?
How to terminate the execution of a script in PHP?
Under what circumstance is it impossible to assign a default value to a parameter while declaring a function?
How failures in execution are handled with include() and require() functions?
What is strlen function in php?
How can you tell if a number is even or odd without using any condition or loop?
If we login more than one browser windows at the same time with same user and after that we close one window, then is the session is exist to other windows or not? And if yes then why? If no then why?