Home  >  Article  >  Backend Development  >  PHP之同名参数传递模式

PHP之同名参数传递模式

WBOY
WBOYOriginal
2016-06-13 12:15:18995browse

PHP之同名参数传递方式

<?php $come = $_GET[a];	echo phpversion();	echo "cnt=".count($come);	for($i=0; $i<count($come); $i++)	{				echo ">>>".$come[$i]."---";	}?><p><font color="red">hello</font></p><?php ?>   
a b c

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