getAllForms($data=null)
getAllForms() and getAllForms("data")
This will work. But I want to make two optional argument in a function like this:
getAllForms($arg1=null,$arg2=null)
getAllForms() and getAllForms("data")
How can I make this possible?
You can try: