这里我们有这样的代码
$cm=RNCPHP\HRIA\Contact_WaitList::getMetadata();
我想动态更改命名空间值
$cm= RNCPHP\HRIA\{$dynamicvalue}::getMetadata();
这里我们有这样的代码
$cm=RNCPHP\HRIA\Contact_WaitList::getMetadata();
我想动态更改命名空间值
$cm= RNCPHP\HRIA\{$dynamicvalue}::getMetadata();