You are here

constant MoFileLoader::MO_BIG_ENDIAN_MAGIC in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/translation/Loader/MoFileLoader.php \Symfony\Component\Translation\Loader\MoFileLoader::MO_BIG_ENDIAN_MAGIC

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

vendor/symfony/translation/Loader/MoFileLoader.php, line 37

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;