Example 3-12. A simple function declaration <?php function longdate($timestamp) { return date("l F jS Y", $timestamp); } ?> This function takes a Unix ...
確定! 回上一頁