Lines::isComment()
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: Determine if the line in the file is a comment, e.g. begins with a #.
Source: vendor/vlucas/phpdotenv/src/Lines.php:124
Method: Determine if the given line looks like it’s setting a variable.
Source: vendor/vlucas/phpdotenv/src/Lines.php:138
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: Used to make all multiline variable process.
Source: vendor/vlucas/phpdotenv/src/Lines.php:42
Method: Process the array of lines of environment variables.
Source: vendor/vlucas/phpdotenv/src/Lines.php:16
Method: Create a new loader instance.
Source: vendor/vlucas/phpdotenv/src/Loader.php:58
Method: Clear an environment variable.
Source: vendor/vlucas/phpdotenv/src/Loader.php:241
Method: Attempt to read the files in order.
Source: vendor/vlucas/phpdotenv/src/Loader.php:120
Method: Search the different places for environment variables and return first value found.
Source: vendor/vlucas/phpdotenv/src/Loader.php:213