I want to know the difference between,
1 . Declarations : $::varible and $varible
2 . Calling of functions :
$::functions_ou tput .= ::flatten_list( $item[1]); and
$function_outpu t = flatten_list($i tem[1]);
1 . Declarations : $::varible and $varible
2 . Calling of functions :
$::functions_ou tput .= ::flatten_list( $item[1]); and
$function_outpu t = flatten_list($i tem[1]);
Comment