Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
Просто не пойдет. Конкретное обоснование своих слов не можешь привести чтоли?
Я могу понять что к чему - но если ты говоришь, что нада - значит приводи конкретный пример и обоснование своих слов
Be careful trying to serialize objects containing private or protected data members. It appears that the serialization process includes characters in the result string to indicate the visibility of each member, but the characters used to denote protected or private data are outside the normal character set and can cause problems as you pass them through applications. I haven't found the culprit in my particular case, so I can't say that this is a bug in PHP, but it certainly is causing me some annoyance in my particular situation.
gregzem, ты наверно про случай с private/protected методами в классах?