Functions Php

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