ClassicPress logo
Skip to content

Browse:

  • Home
  • Dotenv
  • Page 6

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

ServerConstAdapter::set()

Method: Set an environment variable.

Source: vendor/vlucas/phpdotenv/src/Environment/Adapter/ServerConstAdapter.php:44

Used by 0 functions | Uses 0 functions

ServerConstAdapter::clear()

Method: Clear an environment variable.

Source: vendor/vlucas/phpdotenv/src/Environment/Adapter/ServerConstAdapter.php:56

Used by 0 functions | Uses 0 functions

EnvConstAdapter

Class:

Source: vendor/vlucas/phpdotenv/src/Environment/Adapter/EnvConstAdapter.php:8

Used by 0 functions | Uses 0 functions

EnvConstAdapter::isSupported()

Method: Determines if the adapter is supported.

Source: vendor/vlucas/phpdotenv/src/Environment/Adapter/EnvConstAdapter.php:15

Used by 0 functions | Uses 0 functions

EnvConstAdapter::get()

Method: Get an environment variable, if it exists.

Source: vendor/vlucas/phpdotenv/src/Environment/Adapter/EnvConstAdapter.php:27

Used by 0 functions | Uses 0 functions
« Previous 1 … 5 6 7 … 13 Next »
ClassicPress Documentation • Made with ClassicPress
Privacy Policy