Home  >  Article  >  php教程  >  一个unset的php面试题

一个unset的php面试题

PHP中文网
PHP中文网Original
2016-05-25 17:04:321130browse

$a ="test";
$b = & $a;
unset($a);
echo $b;//输出什么
?>

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn