Re: [PHP] void function();

2001-01-30 Thread Richard Lynch
> void function(integer); > > What does the void mean? And how would I use the function? I just get a > parse error when I use the function with the "void" in it and the "called to > undefined function" (even with an integer) when I omit the "void." The word in that location in the documentatio

[PHP] void function();

2001-01-30 Thread James, Yz
Hi there all, Very dumb question I just read one of the quickref functions, and the in-built function is referenced as being : void function(integer); What does the void mean? And how would I use the function? I just get a parse error when I use the function with the "void" in it and the