php通过字符串调用标准函数

use*_*107 2 php

我需要从字符串中调用PHP标准函数

例:

$param = "parameter";
$functionname = "createimagefromjpg";
//call the function (with a parameter)
Run Code Online (Sandbox Code Playgroud)

任何人都知道如何做到这一点?它无法完成,call_user_func()因为它是一个标准功能.