Is there a way to call dynamic functions in php. For an example lets guess I have a variable like below.
$myVar = 'my_test_function';
And I have a function named myTestFunction(). Is there a way to call the mentioned function using the $myVar variable's value? How to structure that variable as myTestFunction and call the mentioned function using that variable