<?php · $variable = ''; · function record_and_echo($msg) { · echo($msg); · return ($msg); · } · //Store whatever you want in the $variable · $variable .= ...
確定! 回上一頁