Lines
Class:
Source: vendor/vlucas/phpdotenv/src/Lines.php:5
Class:
Source: vendor/vlucas/phpdotenv/src/Lines.php:5
Method: Process the array of lines of environment variables.
Source: vendor/vlucas/phpdotenv/src/Lines.php:16
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: Determine if the given line looks like it’s setting a variable.
Source: vendor/vlucas/phpdotenv/src/Lines.php:138