ClassicPress logo
Skip to content
Filter by type:

Browse:

  • Home
  • vendor/vlucas/phpdotenv/src/Lines.php

Lines

Class:

Source: vendor/vlucas/phpdotenv/src/Lines.php:5

Used by 0 functions | Uses 0 functions

Lines::process()

Method: Process the array of lines of environment variables.

Source: vendor/vlucas/phpdotenv/src/Lines.php:16

Used by 0 functions | Uses 0 functions

Lines::multilineProcess()

Method: Used to make all multiline variable process.

Source: vendor/vlucas/phpdotenv/src/Lines.php:42

Used by 0 functions | Uses 0 functions

Lines::looksLikeMultilineStart()

Method: Determine if the given line can be the start of a multiline variable.

Source: vendor/vlucas/phpdotenv/src/Lines.php:69

Used by 0 functions | Uses 0 functions

Lines::looksLikeMultilineStop()

Method: Determine if the given line can be the start of a multiline variable.

Source: vendor/vlucas/phpdotenv/src/Lines.php:86

Used by 0 functions | Uses 0 functions

Lines::getCharPairs()

Method: Get all pairs of adjacent characters within the line.

Source: vendor/vlucas/phpdotenv/src/Lines.php:110

Used by 0 functions | Uses 0 functions

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

Used by 0 functions | Uses 0 functions

Lines::isSetter()

Method: Determine if the given line looks like it’s setting a variable.

Source: vendor/vlucas/phpdotenv/src/Lines.php:138

Used by 0 functions | Uses 0 functions
ClassicPress Documentation • Made with ClassicPress
Privacy Policy