https://wiki.php.net/rfc/preload
Static members and static variables
To avoid misunderstanding, it is clear stated that preloading doesn't change the behavior of static class members and static variables. Their values are not going to relive request boundary.
它们的值不会重新返回请求边界。
是不是可以意味着将数据存在静态成员上面,而每次请求可用。
Static members and static variables
To avoid misunderstanding, it is clear stated that preloading doesn't change the behavior of static class members and static variables. Their values are not going to relive request boundary.
它们的值不会重新返回请求边界。
是不是可以意味着将数据存在静态成员上面,而每次请求可用。