Lines::multilineProcess()
Method: Used to make all multiline variable process.
Source: vendor/vlucas/phpdotenv/src/Lines.php:42
Method: Used to make all multiline variable process.
Source: vendor/vlucas/phpdotenv/src/Lines.php:42
Method: Determine if the given line can be the start of a multiline variable.
Source: vendor/vlucas/phpdotenv/src/Lines.php:69
Method: Determine if the given line can be the start of a multiline variable.
Source: vendor/vlucas/phpdotenv/src/Lines.php:86
Method: Get all pairs of adjacent characters within the line.
Source: vendor/vlucas/phpdotenv/src/Lines.php:110
Method: Determine if the line in the file is a comment, e.g. begins with a #.
Source: vendor/vlucas/phpdotenv/src/Lines.php:124
Method: Set an environment variable.
Source: vendor/vlucas/phpdotenv/src/Environment/Adapter/ServerConstAdapter.php:44
Method: Clear an environment variable.
Source: vendor/vlucas/phpdotenv/src/Environment/Adapter/ServerConstAdapter.php:56
Class:
Source: vendor/vlucas/phpdotenv/src/Environment/Adapter/EnvConstAdapter.php:8
Method: Determines if the adapter is supported.
Source: vendor/vlucas/phpdotenv/src/Environment/Adapter/EnvConstAdapter.php:15
Method: Get an environment variable, if it exists.
Source: vendor/vlucas/phpdotenv/src/Environment/Adapter/EnvConstAdapter.php:27