Tuesday, April 6, 2010

How will you check whether a class already defined or not?

Answer

Php has built-in function to check whether a class exists or not

The function is

class_exists()

No comments:

Post a Comment