dirk wrote:

The first function you need to call using <? echo header(); ?> to see the output
THe second function is not a real function because it has no return
statement. In german you call this "Prozedur". Don't know if it's the
same as procedure in english. But you will call this piece <?
header(); ?> to see some output.


The english word you are looking for is procedure. It is true that in some programming languages 'functions that do not return values' are called procedure but I don't think that practice is wide spread among PHP programmers.

--
Raditha Dissanayake.
------------------------------------------------------------------------
http://www.radinks.com/sftp/         | http://www.raditha.com/megaupload
Lean and mean Secure FTP applet with | Mega Upload - PHP file uploader
Graphical User Inteface. Just 128 KB | with progress bar.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to