Webminds Infotech interview question

what is function in php.

Interview Answer

Anonymous

29 July 2016

A function is a block of statements that can be used repeatedly in a program. A function will not execute immediately when a page loads.a function is execute after calling.