logo
  • 教程列表
  • SO官方文檔
  • APCu
    • 迭代條目
    • 簡單的儲存和檢索
    • 儲存資訊
  1. StackOverflow 文件
  2. PHP 教程
  3. APCu
  4. 簡單的儲存和檢索

簡單的儲存和檢索

Created: November-22, 2018

apcu_store 可用於儲存, apcu_fetch 可用於檢索值:

$key = 'Hello';
$value = 'World';
apcu_store($key, $value);
print(apcu_fetch('Hello')); // 'World'
  • 儲存資訊
  • 迭代條目

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 關於本站
  • 免責聲明