第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定

正在回答

3 回答

請(qǐng)附上代碼

0 回復(fù) 有任何疑惑可以回復(fù)我~
#1

Mr_Blue_001

老師,這個(gè)問題我也存在!
2017-04-07 回復(fù) 有任何疑惑可以回復(fù)我~

<?php

????//調(diào)用文件操作類
?? ?// include "./resu.class.php";
?? ?//error_reporting(0);
?? ?include "file.php";
?? ?$data= array(
?? ??? ?'id'=>1,
?? ??? ?'name'=>'singwa',
?? ??? ?'type'=>array(4,5,6),
?? ??? ?'test'=>array(1,45,67=>array(1,'45698'),),
?? ?);

?? ?// resu::show(200,'success',$data,'json');
?? ?$file = new File();
?? ?if($file->cacheData('index_mk_cache')){
?? ??? ?var_dump($file->cacheData('index_mk_cache'));exit();
?? ??? ?echo "seccess";
?? ?}else{
?? ??? ?echo 'error';
?? ?}

0 回復(fù) 有任何疑惑可以回復(fù)我~

<?php
?? ?
?? ?class File{
?? ??? ?private $_dir;

?? ??? ?const EXT = '.txt';

?? ??? ?public function __construct() {
?? ??? ??? ?$this->_dir = dirname(__FILE__) . '/files/';
?? ??? ?}
?? ??? ?public function cacheData($key,$value,$path=''){
?? ??? ??? ?$filename = $this->_dir? . $key . self::EXT;
?? ??? ??? ?if($value != '') { // 將value值寫入緩存
?? ??? ??? ??? ?/*if(is_null($value)) {
?? ??? ??? ??? ??? ?return @unlink($filename);
?? ??? ??? ??? ?}*/
?? ??? ??? ?$dir = dirname($filename);
?? ??? ??? ??? ?if(!is_dir($dir)) {
?? ??? ??? ??? ??? ?mkdir($dir, 0777);
?? ??? ??? ??? ?}
?? ??? ??? ??? ?return file_put_contents($filename,json_encode($value));
?? ??? ??? ?}
?? ??? ??? ?if(!is_file($filename)){
?? ??? ??? ??? ?return false;
?? ??? ??? ?}else{
?? ??? ??? ??? ?return json_decode(file_get_contents($filename),true);
?? ??? ??? ?}
?? ??? ?}
?? ?}???

0 回復(fù) 有任何疑惑可以回復(fù)我~

舉報(bào)

0/150
提交
取消
PHP開發(fā)APP接口
  • 參與學(xué)習(xí)       79151    人
  • 解答問題       608    個(gè)

APP通信接口技術(shù),不得不掌握的法寶,學(xué)完之后你會(huì)受益良多

進(jìn)入課程

為什么獲取緩存不成功呢

我要回答 關(guān)注問題
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)