Rumah >pembangunan bahagian belakang >tutorial php >php得到所有未知变量名和值_PHP教程

php得到所有未知变量名和值_PHP教程

WBOY
WBOYasal
2016-07-13 17:25:49774semak imbas

################# You can copy this code to test #################



if ($HTTP_GET_VARS)
echo "HTTP_GET_VARS=" . implode(" | ",$HTTP_GET_VARS) . "
";
if ($HTTP_POST_VARS) {
echo "HTTP_POST_VARS=" . implode(" | ",$HTTP_POST_VARS) . "
";
$array = $HTTP_POST_VARS;
echo $array[0];
}
?>


################# http://php4u.yes8.com #################

www.bkjia.comtruehttp://www.bkjia.com/PHPjc/532014.htmlTechArticle################# You can copy this code to test ################# if ($HTTP_GET_VARS) echo "HTTP_GET_VARS=" . implode(" | ",$HTTP_GET_VARS) . " "; if ($HTTP_POST_VARS) { echo "HTT...
Kenyataan:
Kandungan artikel ini disumbangkan secara sukarela oleh netizen, dan hak cipta adalah milik pengarang asal. Laman web ini tidak memikul tanggungjawab undang-undang yang sepadan. Jika anda menemui sebarang kandungan yang disyaki plagiarisme atau pelanggaran, sila hubungi admin@php.cn