can anyone explain oops concept in php or give website to
learn this concept clearly?
Answers were Sorted based on User's Feedback
Answer / sanjeev
Yes we can use oops concept in PHP ,its slow down the
execution of code but gives the reusability of code.
| Is This Answer Correct ? | 20 Yes | 7 No |
Answer / mansur
u can refer here
http://in.php.net/zend-engine-2.php
| Is This Answer Correct ? | 3 Yes | 5 No |
In mail($param1, $param2, $param3, $param4), the $param2 contains__
What is difference between isset and empty in php?
How to remove all duplicate values in array in php?
How to define a function with any number of arguments?
What does $globals mean?
How can you compare objects in php?
Is php a strongly typed language?
What is the use of token in php?
Explain what does the function get_magic_quotes_gpc() means?
Explain the differences between get and post methods?
What is the php function that removes the first element of the array and returns it?
List out different arguments in PHP header function?