Thread
:
return_values PHP
View Single Post
Oct 30th, 2005, 2:13 PM
#
2
tempest
Programming Guru
Join Date: Oct 2004
Posts: 1,041
Rep Power:
6
It means that the program executed exited with a status of EXIT_FAILURE (1) and not EXIT_SUCCESS (0) and an error occurred. Generally anything above 0 means the program failed...
__________________
tempest
View Public Profile
Find More Posts by tempest