登录
首页 >  文章 >  php教程

PHP中如何通过数组变量名称输出变量的值?

时间:2024-12-05 17:52:08 193浏览 收藏

亲爱的编程学习爱好者,如果你点开了这篇文章,说明你对《PHP中如何通过数组变量名称输出变量的值?》很感兴趣。本篇文章就来给大家详细解析一下,主要介绍一下,希望所有认真读完的童鞋们,都有实质性的提高。

PHP中如何通过数组变量名称输出变量的值?

php 实现输出数组变量

在 php 中,如果要通过数组中的变量名称输出变量的值,可以使用以下几种方法:

方法 1:使用 gettype() 函数

$html['result'] = '1111111111';
$arr = [
    'urls' => "html['result']"
];
$temp = $arr['urls'];
$urls = $html['result'];
echo $$temp; // 输出 "1111111111"

方法 2:使用 eval() 函数

$html['result'] = '1111111111';
$arr = [
    'urls' => "\$html['result']"
];
$temp = $arr['urls'];

eval("\$temp = $temp;");

echo $temp; // 输出结果:"1111111111"

方法 3:使用 反射类**

$html['result'] = '1111111111';
$arr = [
    'urls' => 'html'
];
$temp = null;

// 使用反射获取数组的值
$reflection = new reflectionclass($arr['urls']);
$property = $reflection->getproperty('result');
$temp = $property->getvalue($html);

echo $temp;

方法 4:使用 自定义函数**

$html['result'] = '1111111111';
$arr = [
    'urls' => "html['result']"
];
$temp = $arr['urls'];

function getValue($str) {
    global $html;
    preg_match("/\['(.*)'\]/", $str, $matches);
    return $html[$matches[1]];
}

echo getValue($temp); // 输出 "1111111111"

文中关于的知识介绍,希望对你的学习有所帮助!若是受益匪浅,那就动动鼠标收藏这篇《PHP中如何通过数组变量名称输出变量的值?》文章吧,也可关注golang学习网公众号了解相关技术文章。

相关阅读
更多>
最新阅读
更多>
课程推荐
更多>