Mega Code Archive

 
Categories / Php / Functions
 

A Simple User Function

function foo( ) {             return  1;     }     print foo( );