Tell me how to find the length of a string?
No Answer is Posted For this Question
Be the First to Post Answer
What is the most common http method?
1.Where are the sessions storing ? 2.What are the contents of a session file ? 3.If the server is loaded with too many session files there is a possibility of server crash. How can we solve this issue? 4. How does php server identify that the particular session belongs to particular user ? For ex: If two users A and B logged from different machine, separate session files (say 1 and 2) will be created in the server. But how the php knows that 1 belongs to A and 2 belongs to B ?
Suppose your Zend engine supports the mode <? ?> Then how can u configure your PHP Zend engine to support <?PHP ?> mode ?
1 Answers Rushmore Consultancy,
Is php a backend?
What distinguishes php from something like client side java script?
Explain how you can update memcached when you make changes to php?
What types of Data Can Be Used as Array Keys?
If the variable $a is equal to 5 and variable $b is equal to character a, what’s the value of $$b? Can anyone explain how's the value of $$b=100
15 Answers ABC, Asan, Indivar, Swistro Marketing Solutions,
Write down the benefits of php7?
What are different types of runtime errors in php?
What is urlencode and urldecode in php?
Explain type casting and type juggling.