Is it possible to retrieve the expression provided to a functions parameter as a string?

后端 未结 0 1273
执念已碎
执念已碎 2021-01-12 03:26

I would like to be able to write a function like:

function f($a, $b) {
  $ax = caller_expression($a);
  $bx = caller_e         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题