2004-10-07
The Global Test
Republicans across America are asking, just what does John Kerry mean by passing the global test? In order to help explain the issue, I've created this simple program in PHP.
function gT ( )
{
return ;
}
= true;
echo gT ( ) ? "You passed the global test!" : "You failed the global test!";
As you can see, the function gT() will return true if the global variable was successfully passed to the function. I hope this clears things up.
0 comments
Comment moderation policy: Your comment will be reviewed before it is added to the site. This is in response to spam and other forms of abuse. I gladly accept comments containing criticism as long as the language is clean.
This weblog is powered by Blogger.