Home  >  Article  >  Backend Development  >  理解$val = !empty($_GET[$str]) ? $_GET[$str] : null;解决方案

理解$val = !empty($_GET[$str]) ? $_GET[$str] : null;解决方案

WBOY
WBOYOriginal
2016-06-13 12:35:19888browse

理解$val = !empty($_GET[$str]) ? $_GET[$str] : null;
如何理解$val = !empty($_GET[$str]) ? $_GET[$str] : null;这句话

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