选择语言 :

 Module_Database_Expression::__toString

Return the value of the expression as a string.

echo $expression;

string Module_Database_Expression::__toString( )
uses
Database_Expression::value
返回值
  • string
File: ./modules/database/expression.class.php
public function __toString()
{
    return $this->value();
}