2012-07-13 112 views

回答

2

getdetails返回一个值。要获得该值,将其分配给一个变量,像这样:

$title = getdetails('title'); 

然后你可以使用它像任何其他变量

echo "title is: " . $title;