一个变量如何获得获取两个cookie的值

WBOY
Release: 2016-06-13 11:56:46
Original
1354 people have browsed it

一个变量怎么获得获取两个cookie的值
$user = getUserInfo($_COOKIE['username'],$_COOKIE['password']);

上述getUserInfo 需要用数组还是怎么实现呢
------解决方案--------------------
说说你想做什么,getUserInfo() 是干什么的?
------解决方案--------------------
至少得贴出getUserInfo()这个function

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!