Posts Tagged ‘how to declare a functions in php’
class in php
Tuesday, November 18, 2008 9:32 No CommentsClass is nothing but binding the data. I’e variables and functions. In class we can have number functions. Class can be declare with a key word class followed by a class name, which can be any name. This name should not be key word in php. Followed by a pair of curly braces . Its [...]
