Detecting whether a PHP variable is a reference / referenced

后端 未结 5 1006
情书的邮戳
情书的邮戳 2020-11-27 05:33

Is there a way in PHP to determine whether a given variable is a reference to another variable and / or referenced by another variable? I appreciate that it might not be po

5条回答
  •  感情败类
    2020-11-27 05:53

    Maybe xdebug_debug_zval() helps you. http://www.xdebug.org/docs/all_functions

提交回复
热议问题