search
HomeBackend DevelopmentPHP TutorialFile I/O processing on SAE platform_PHP tutorial
File I/O processing on SAE platform_PHP tutorialJul 20, 2016 am 11:12 AM
deal withSafetyplatformdocumentfrienduserofKnowconsiderlimit

Friends who have used the SAE platform should know that due to platform security considerations, SAE limits users' use of local IO. But this may bring a lot of inconvenience to some traditional PHP projects, because they all have more or less local IO operations, such as Smarty's compilation template. To solve this problem, SAE provides the TmpFS function. TmpFS allows developers to temporarily read and write local IO through standard IO functions, which facilitates the porting of many non-SAE projects.

But TmpFS is not enough. Judging from the name, it is a temporary file system. Its life cycle is the same as that of a PHP request. That is, when the PHP request completes execution, all temporary files written to TmpFS will be destroyed. . TmpFS is a local temporary file, not a shared storage, and SAE is a fully distributed environment, so different requests cannot share operation files through TmpFS. For details, please refer to the SAE platform documentation.

Example: For example, I want to use TmpFS to make a counter (of course you can also use the counter service provided by SAE)

The code is as follows:

<strong><span  1</span> <?<span php
</span><span  2</span> <span $file</span>=SAE_TMP_PATH."/test.txt"<span ;
</span><span  3</span> <span if</span>(!<span file_exists</span>(<span $file</span><span )){
</span><span  4</span>     <span file_put_contents</span>(<span $file</span>,1<span );
</span><span  5</span>     <span echo</span> 1<span ;
</span><span  6</span> }<span else</span><span {
</span><span  7</span>     <span $n</span>=<span file_get_contents</span>(<span $file</span><span );
</span><span  8</span>     <span $n</span>++<span ;
</span><span  9</span>     <span echo</span> <span $n</span><span ;
</span><span 10</span>     <span file_put_contents</span>(<span $file</span>,<span $n</span><span );
</span><span 11</span> 
<span 12</span> <span }
</span><span 13</span> 
<span 14</span> 
<span 15</span> ?></strong>

I found that it is impossible to execute in else, because the temporary file system no longer exists with the end of each execution, so every time the code starts, it is judged (it is a new php request), that The temporary file no longer exists.

That is to say, zero-time files cannot be shared between two files or different time requests for a file.

In fact, if you read the SAE documents carefully, it is not difficult to find that

is included in the Wrappers provided by SAE.

KVDB -- saekv://

saekv:// is used to read and write KVDB. It is mainly used to save persistently stored data. The most commonly used scenario is to save configuration files

This can meet our requirements for creating and modifying persistent files

You must first before using this service.

The following is the test code for the counter:

<strong><span  1</span> <?<span php
</span><span  2</span> <span $file</span>="saekv://count.txt"<span ;
</span><span  3</span> <span if</span>(!<span file_exists</span>(<span $file</span><span )){
</span><span  4</span> <span file_put_contents</span>(<span $file</span>,1<span );
</span><span  5</span>     <span echo</span> 1<span ;
</span><span  6</span> }<span else</span><span {
</span><span  7</span>     
<span  8</span> <span $n</span>=<span file_get_contents</span>(<span $file</span><span );
</span><span  9</span>     <span echo</span> <span $n</span><span ;
</span><span 10</span>     <span $n</span>++<span ;
</span><span 11</span>     <span file_put_contents</span>(<span $file</span>,<span $n</span><span );
</span><span 12</span>     
<span 13</span>     
<span 14</span> }</strong>

That’s it.

There are two ways to delete files simultaneously

One way is to use PHP’s native deletion method unlink($file)

Another way is to delete the kvdb database provided by SAE:

Code:

<strong><span 1</span> <span $file</span>="saekv://count.txt"<span ;
</span><span 2</span> <span $kv</span>=<span new</span><span  SaeKV();
</span><span 3</span> <span $kv</span>-><span init();
</span><span 4</span> <span if</span>(<span $kv</span>->delete("count.txt"<span )){
</span><span 5</span> <span echo</span> "ok"<span ;
</span><span 6</span> }<span else</span><span {
</span><span 7</span> <span echo</span> "no"<span ;
</span><span 8</span> }</strong>

For details, please refer to the KVDB service document. count.txt is the key value...

Reference documentation: SAE platform documentation

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/440414.htmlTechArticleFriends who have used the SAE platform should know that due to platform security considerations, SAE limits users’ access to local IO of use. But this may bring a lot of inconveniences to some traditional PHP projects...
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
良久团购是一个什么样的平台良久团购是一个什么样的平台Jul 29, 2022 pm 02:48 PM

良久团购是一个全球供应链平台,在销售端,依靠打造私域流量,以团购的形式,将物美价廉的产品给到消费者。良久团购采用的是F2C+社群团购模式;良久团购拥有大量的合作经销商,而每个合作的经销商背后都建有百人成团的微信群,里面沉淀了庞大的消费客户群体,因此良久团购拥有一条庞大的消费管道,可以直接对接产品源头。

TG是什么社交平台TG是什么社交平台Sep 05, 2022 pm 03:58 PM

TG是一款跨平台的即时通信社交平台;TG是Telegram的简称,用户可以相互交换加密与自毁消息,发送照片、影片等所有类型文件,是专注于速度和安全性的消息传递应用程序,其客户端是自由及开放源代码软件,但服务器端是专有软件。

952300是哪个平台号952300是哪个平台号Sep 29, 2022 am 11:13 AM

952300是“极兔快递”的电话号。952300是极兔速递业务员专属外呼号码,业务员会在订单揽件及快递派送阶段通过该号码联系客户,确认揽件地址及协商投递签收形式。极兔速递以快递和国际物流为核心业务,是一家全球综合物流服务运营商,致力通过提供全面的物流解决方案,为全球客户创造极致的服务体验。

ig是什么社交平台ig是什么社交平台Sep 02, 2022 pm 03:37 PM

ig全称“Instagram”一款免费提供线上图片及视讯分享的社交平台,以一种快速、美妙和有趣的方式将用户随时抓拍下的图片彼此分享;它可以让用户用智慧型手机拍下相片后再将不同的滤镜效果添加到相片上,然后分享到社群网路服务、或是Instagram的服务器上。

汽水音乐是哪个平台的汽水音乐是哪个平台的Sep 08, 2022 pm 04:50 PM

汽水音乐是抖音旗下音乐平台。汽水音乐是一款面向热爱音乐潮流的年轻人的听歌平台;其整体风格接近字节在海外的音乐产品“Resso”,播放界面即为首页,汽水音乐采取上下滑的音乐切换模式,且会在播放界面中采用视频动态作为背景。

桃是哪个平台的简称是什么桃是哪个平台的简称是什么Sep 26, 2022 pm 04:42 PM

桃是爱奇艺平台的简称。爱奇艺旗下有一个智能电视APP“奇异果TV”,而奇异果的学名就是猕猴桃,网友们从奇异果-猕猴桃-桃的联想中将爱奇艺戏称为“桃”。“奇异果TV”(银河奇异果)是银河和爱奇艺联合打造的智能电视应用,由银河互联网电视公司播控和运营,集成了爱奇艺正版高清视频内容,包含院线大片、热播电视剧、火爆综艺、热血动漫等精彩内容。

百付宝是什么平台百付宝是什么平台Sep 02, 2022 pm 02:37 PM

百付宝是百度旗下的一款支付平台,是中国领先的在线支付应用和服务平台。百付宝提供卓越的网上支付和清算服务,为用户提供了在线充值、交易管理、在线支付、提现、账户提醒等丰富的功能,特有的双重密码设置和安全中心的实时监控功能更是给百付宝账户安全提供了双重保障。

快驴是什么平台快驴是什么平台Jul 29, 2022 pm 03:42 PM

快驴是一个进货平台。快驴是美团官方推出的一款专为商家们服务的进货平台,可为美团外卖商家提供财务对账、商品管理等服务;快驴可为商家提供的商品主要包括米面粮油、酒、餐具、纸巾、打印机等产品,供货商也很多,此外,美团也为商家提供餐盒等货物,且为商家提供相比市面价格更低的产品。

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 Tools

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),

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

SublimeText3 Linux new version

SublimeText3 Linux new version

SublimeText3 Linux latest version

SublimeText3 English version

SublimeText3 English version

Recommended: Win version, supports code prompts!