Birden fazla isteği bir uzantısı ısrar Zend Genel Değişken

0 Cevap php

Başlığı açıklıyor, ben birden fazla müşteri istekleri karşısında bir bilgiyi korumak istiyorum. Bana ne istediğinizi açıklamak için basit bir örnek koyalım. Bu örnek sadece benim soru değil yazının amacı resimde içindir.

Example: I want to count the total number of requests that a server has had so far from all the clients for different php scripts. I mean the TOTAL number of requests that comes from MULTIPLE different clients for MULTIPLE DIFFERENT pages. I now will have an extension that reads that global count and returns it for the PHP programmer.

Zend sağlayan süper global değişkenler sadece aynı istemciden birden fazla isteği kalıcıdır. Nasıl ve nerede değişken ve de bunu almak için yol depolamak için biliyor mu?

0 Cevap