What is the correct way to define a variable in PHP? Mark as favorite Copy Link $var = 10; var $var = 10; $var : 10; int var = 10; Check Answer