query($sql); $rt =& mysql"/> query($sql); $rt =& mysql">

Home  >  Article  >  Backend Development  >  "&"这个符号是什么意思,请把小弟我解释上,多谢

"&"这个符号是什么意思,请把小弟我解释上,多谢

WBOY
WBOYOriginal
2016-06-13 10:32:503006browse

"&"这个符号是什么意思,请大虾把我解释下,谢谢!

PHP code
<!--Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->     public function get_one($sql,$result_type = MYSQL_ASSOC) {           $query = $this->query($sql);          $rt =& mysql_fetch_array($query,$result_type); //这个等号后面有个"&"符号,是什么意思          $this->write_log("获取一条记录 ".$sql);         return $rt;      }


------解决方案--------------------
引用 ,但在此处用处不大。
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