What is the correct way to declare a PHP function? Mark as favorite Copy Link function myFunction() { } def myFunction(): function myFunction(): myFunction() { } Check Answer