ClassicPress logo
Skip to content
Filter by type:

Browse:

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

Parser

Class:

Source: vendor/vlucas/phpdotenv/src/Parser.php:7

Used by 0 functions | Uses 0 functions

Parser::parse()

Method: Parse the given environment variable entry into a name and value.

Source: vendor/vlucas/phpdotenv/src/Parser.php:25

Used by 0 functions | Uses 0 functions

Parser::splitStringIntoParts()

Method: Split the compound string into parts.

Source: vendor/vlucas/phpdotenv/src/Parser.php:41

Used by 0 functions | Uses 0 functions

Parser::parseName()

Method: Strips quotes and the optional leading “export ” from the variable name.

Source: vendor/vlucas/phpdotenv/src/Parser.php:68

Used by 0 functions | Uses 0 functions

Parser::isValidName()

Method: Is the given variable name valid?

Source: vendor/vlucas/phpdotenv/src/Parser.php:88

Used by 0 functions | Uses 0 functions

Parser::parseValue()

Method: Strips quotes and comments from the environment variable value.

Source: vendor/vlucas/phpdotenv/src/Parser.php:102

Used by 0 functions | Uses 0 functions

Parser::getErrorMessage()

Method: Generate a friendly error message.

Source: vendor/vlucas/phpdotenv/src/Parser.php:168

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