Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Go to the source code of this file.
Variables | |
if (!defined( 'PHP_VERSION_ID')||!(PHP_VERSION_ID===70002||PHP_VERSION_ID===70004||PHP_VERSION_ID >=70006)) | |
$umaskFile = BP . '/magento_umask' | |
$mask = file_exists($umaskFile) ? octdec(file_get_contents($umaskFile)) : 002 | |
$mask = file_exists($umaskFile) ? octdec(file_get_contents($umaskFile)) : 002 |
Definition at line 36 of file bootstrap.php.
$umaskFile = BP . '/magento_umask' |
Definition at line 35 of file bootstrap.php.
if |
Copyright © Magento, Inc. All rights reserved. See COPYING.txt for license details.
Recursively copy files from one directory to another
string | $src | - Source of files being moved |
string | $destination | - Destination of files being moved |
Definition at line 14 of file bootstrap.php.