|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2009-02-17 15:44 UTC] johannes@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Dec 07 21:00:01 2025 UTC |
Description: ------------ There is no footer function to go with the header function. The http 1.1 rfc introduced reply footers, there should be a way to set those. Reproduce code: --------------- <?php $contents=ob_get_flush(); echo $contents footer('MD5:'.md5($contents)); Expected result: ---------------- The footer should be sent. Actual result: -------------- The function does not exist.