View Single Post
Old Oct 30th, 2005, 5:14 PM   #5
tempest
Programming Guru
 
tempest's Avatar
 
Join Date: Oct 2004
Posts: 1,041
Rep Power: 6 tempest is on a distinguished road
Send a message via ICQ to tempest Send a message via AIM to tempest Send a message via Yahoo to tempest
You are perfectly clear to us, but maybe we haven't been to you.

In a restatement of what DaWei said: The return value is not something that PHP knows the meaning of, it is set by the program you've executed at the end of processing... Please refer to the documentation for whatever program you are calling to determine what 0 (commonly EXIT_SUCCESS meaning a successful exit of the program) and 1 (commonly EXIT_FAILURE meaning a successful exit of the program) mean in terms of that particular 'program'...
__________________

tempest is offline   Reply With Quote