Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Variables
bootstrap.php File Reference

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
 

Variable Documentation

◆ $mask

$mask = file_exists($umaskFile) ? octdec(file_get_contents($umaskFile)) : 002

Definition at line 36 of file bootstrap.php.

◆ $umaskFile

$umaskFile = BP . '/magento_umask'

Definition at line 35 of file bootstrap.php.

◆ if

if
Initial value:
= $objectManager->create(\Magento\Eav\Model\Entity\Attribute\Set::class)
->load('Banana Rangers', 'attribute_set_name')
$objectManager
Definition: bootstrap.php:17

Copyright © Magento, Inc. All rights reserved. See COPYING.txt for license details.

Recursively copy files from one directory to another

Parameters
string$src- Source of files being moved
string$destination- Destination of files being moved
Returns
bool

Definition at line 14 of file bootstrap.php.