search
HomeBackend DevelopmentPHP Tutorialapc_fectch()获取不到值解决办法

apc_fectch()获取不到值
这是一个进度条的应用,apc的扩展我确定安装成功了.

PHP code
<!--Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->$status=apc_fecth('upload_'.$_GET['key']);


我用print_r输出$status,什么都没有显示,

前台返回的值是NAn,可我在后台没有其他乱七八糟的输出啊
PHP code
<!--Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->if(isset($_GET['key'])){    echo json_encode(getStatusAPC());}function getStatusAPC(){    $response=false;    if($status = apc_fetch('upload_'.$_GET['key'])) {        $response=apc_fetch('upload_'.$_GET['key']);    }    return $response;}if ($_SERVER['REQUEST_METHOD'] == 'POST'){    $myfile=$_FILES['upfile'];    echo $myfile['size'];    echo $myfile['size'];    print_r($myfile);    $tempf=$myfile['tmp_name'];    $name=$myfile['name'];    move_uploaded_file($tempf,'up/'.$name);}


不知问题出在哪里?求教了

------解决方案--------------------
NAN表示这不是一个有效的数字。print_r($status); 无显示,说明没有值嘛
可以参考这篇文章核对一下你的前台代码 http://bioinfo.ustc.edu.cn/seagven/?p=250
------解决方案--------------------
确保,确实有这个key 'upload_'.$_GET['key']
Statement
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
SQL中的identity属性是什么意思?SQL中的identity属性是什么意思?Feb 19, 2024 am 11:24 AM

SQL中的Identity是什么,需要具体代码示例在SQL中,Identity是一种用于生成自增数字的特殊数据类型,它常用于唯一标识表中的每一行数据。Identity列通常与主键列配合使用,可以确保每条记录都有一个独一无二的标识符。本文将详细介绍Identity的使用方式以及一些实际的代码示例。Identity的基本使用方式在创建表时,可以使用Identit

SpringBoot怎么监听redis Key变化事件SpringBoot怎么监听redis Key变化事件May 26, 2023 pm 01:55 PM

一、功能概览键空间通知使得客户端可以通过订阅频道或模式,来接收那些以某种方式改动了Rediskey变化的事件。所有修改key键的命令。所有接收到LPUSHkeyvalue[value&hellip;]命令的键。db数据库中所有已过期的键。事件通过Redis的订阅与发布功能(pub/sub)来进行分发,因此所有支持订阅与发布功能的客户端都可以在无须做任何修改的情况下,直接使用键空间通知功能。因为Redis目前的订阅与发布功能采取的是发送即忘(fireandforget)策略,所以如果你的程

Laravel开发:如何使用Laravel Response返回响应?Laravel开发:如何使用Laravel Response返回响应?Jun 14, 2023 am 10:39 AM

Laravel是一款流行的PHPWeb开发框架,提供了许多有用的功能和组件,包括响应返回。在Laravel中,响应返回是一个非常重要的概念,因为它控制着Web应用程序向客户端提供信息的方式。在本文中,我们将详细介绍Laravel响应返回的各种方式以及如何使用LaravelResponse返回响应。返回字符串Laravel中,可以使用Response对象的

Unpatchable Yubico two-factor authentication key vulnerability breaks the security of most Yubikey 5, Security Key, and YubiHSM 2FA devicesUnpatchable Yubico two-factor authentication key vulnerability breaks the security of most Yubikey 5, Security Key, and YubiHSM 2FA devicesSep 04, 2024 pm 06:32 PM

An unpatchable Yubico two-factor authentication key vulnerability has broken the security of most Yubikey 5, Security Key, and YubiHSM 2FA devices. The Feitian A22 JavaCard and other devices using Infineon SLB96xx series TPMs are also vulnerable.All

redis批量删除key值的问题怎么解决redis批量删除key值的问题怎么解决May 31, 2023 am 08:59 AM

遇到的问题:在开发过程中,会遇到要批量删除某种规则的key,例如login_logID(ID为变量),现在需要删除"login_log*"这一类的数据,但是redis本身只有批量查询一类key值的命令keys,但是没有批量删除某一个类的命令。解决办法:先查询,在删除,使用xargs传参(xargs可以将管道或标准输入(stdin)数据转换成命令行参数),先执行查询语句,在将查询出来的key值,当初del的参数去删除。redis-cliKEYSkey*(查找条件)|xargsr

如何在Java中判断JSONObject是否包含某个键(key)?如何在Java中判断JSONObject是否包含某个键(key)?May 08, 2023 pm 12:25 PM

判断JSONObject是否存在某个KeyJSONObjectjsonObj=newJSONObject();jsonObj.put("version","1.0.0");//版本号jsonObj.put("encoding","UTF-8");//编码方式判断jsonObject是否存在vesion属性jsonObj.has("version");//返回true检查json字符串中是否存在该k

Redis批量删除key的命令怎么使用Redis批量删除key的命令怎么使用May 26, 2023 pm 05:09 PM

redis中没有直接根据正则表达式删除key的命令,只有delkey1key2...命令但是redis中有通过正则表达式获取key的命令:keys"正则表达式"可以借助于xargs命令实现批量删除key,把查出来的key值当做参数传给delredis-clikeys"mailspec*"|xargsdel完整命令:[root@localhostredis7001]#redis-cli-h192.169.1.71-p7001-a123456keysem*|x

Redis百亿级Key存储方案怎么实现Redis百亿级Key存储方案怎么实现May 30, 2023 pm 05:44 PM

1.需求背景该应用场景为DMP缓存存储需求,DMP需要管理非常多的第三方id数据,其中包括各媒体cookie与自身cookie(以下统称supperid)的mapping关系,还包括了supperid的人口标签、移动端id(主要是idfa和imei)的人口标签,以及一些黑名单id、ip等数据。在hdfs的帮助下离线存储千亿记录并不困难,然而DMP还需要提供毫秒级的实时查询。由于cookie这种id本身具有不稳定性,所以很多的真实用户的浏览行为会导致大量的新cookie生成,只有及时同步mappi

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

Repo: How To Revive Teammates
1 months agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
1 months agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Atom editor mac version download

Atom editor mac version download

The most popular open source editor

mPDF

mPDF

mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

SublimeText3 Linux new version

SublimeText3 Linux new version

SublimeText3 Linux latest version

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment