You are here

constant MoFileLoader::MO_BIG_ENDIAN_MAGIC in Plug 7

Magic used for validating the format of a MO file as well as detecting if the machine used to create that file was big endian.

File

lib/Symfony/translation/Loader/MoFileLoader.php, line 35

Class

MoFileLoader
@copyright Copyright (c) 2010, Union of RAD http://union-of-rad.org (http://lithify.me/)

Namespace

Symfony\Component\Translation\Loader

Code

const MO_BIG_ENDIAN_MAGIC = 0xde120495;