I have a variable like $string = \"blah\";
$string = \"blah\";
How can I create a function that has the variable value as name? Is this possible in PHP?
Like
You can call a function by its name stored in a variable, and you can also assign a function to variables and call it using the variable. If it's not what you want, please explain more.