"Yedekleme ve statik sınıf geri yükleme işlemleri için bağlıyor"

0 Cevap php

Ben PHPUnit Documentation: bu ifade gördüm

The implementation of the backup and restore operations for static attributes of classes requires PHP 5.3 (or greater). The implementation of the backup and restore operations for global variables and static attributes of classes uses serialize() and unserialize()

Bunun arkasındaki fikir nedir? Yani, ben bu amaç için serialize ve unserialize kullanmamışlardır. Tam olarak nasıl bu sözde "yedekleme ve geri yükleme" olan statik niteliklerine ilgili işlemleri?

0 Cevap