You are here

constant MoFileLoader::MO_LITTLE_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 little endian.

File

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

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_LITTLE_ENDIAN_MAGIC = 0x950412de;