I recently saw this as the very first line of some PHP scripts in some framework, it said that it is added in because PHP 6 will support it. I am curious if anyone knows anything about this? If it does support it when PHP 6 comes out will it be optional? Any benefits of using it vs not using it?
declare(ENCODING = 'utf-8');