|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-11-09 06:21 UTC] hholzgra@php.net
[2002-05-22 10:19 UTC] mrusso69 at hotmail dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 07:00:01 2025 UTC |
<html> <head> <title>Exemple</title> </head> <body> <? echo ("script PHP"); echo "should be printed immediatly<br>"; flush(); ?> hello<br> <?> sleep(3); echo "in fact, printed in the same time that, i.e. after the 3sec. delay !!!"; </script> </body> </html>