Suppose following is my function definition:
public function addPhotoFeed($val)
{
-----------------------------
------------------------------
-----------------------------
}
In above function $val
is an array that is passed as an argument to the same.
Now I want to call the above function when I don't pass any argument. So how should I call it?