class Expression
Represents an expression.
Methods
__construct(string $expression) Constructor. | ||
string | __toString() Gets the expression. |
Details
__construct(string $expression)
Constructor.
string __toString()
Gets the expression.
class Expression
Represents an expression.
__construct(string $expression) Constructor. | ||
string | __toString() Gets the expression. |
Constructor.
string | $expression | An expression |
Gets the expression.
string | The expression |
Designed by : w10schools
service@w10schools.com
Please login to continue.