what is the difference between ph4 and php5

Answer Posted / rajesh hothi

in php4 Constructors define as class name like
function class1()
{
}

in php4 Constructors define as__Constructors

function __Constructors()
{
}

Is This Answer Correct ?    2 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is use of echo in php?

478


What is mvc in php?

534


What is a path Traversal?

555


Which is true about the singleton design pattern?

551


What does mvc stand for and what does each component do?

537






How do I escape data before storing it into the database?

530


How many ways to include array elements in double-quoted strings using php?

556


How can php and javascript interact?

744


what is the scope of php in the future if any other language is developed then may be php is loss ???

13892


Does php class need constructor?

481


Is php strongly typed?

605


Is wordpress a php framework?

517


Write syntax to open a file in php?

518


Can we extend multiple classes in php?

540


What is the special meaning of __sleep and __wakeup?

573