session和数组相互转换解决方案

WBOY
Release: 2016-06-13 13:33:54
Original
1350 people have browsed it

session和数组相互转换
我将一个二维数组设置成了一个session,当第二次获得此session的时候将色session还原成以前的二维数组,同时再想这个二维数组插入key-value对


------解决方案--------------------
举例吧,我觉得你描述的不够通俗
------解决方案--------------------

探讨

PHP code

$temScor = array();
$sunMultiScore = array();
$sunMultiScore [0]=$temScor ;//假设$temScor 不是空的
$_SESSION['sunMultiScore']= $sunMultiScore ;//将$sunMultiScore放在session里面


现在的问题是如何将这个……
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!