Is it possible in php to return a value from a function?
eg. In VB it would be written like the below which would return True or False.
VB Code:
Function MyFunction() as Boolean 'do whatever inside function 'MyFunction = True 'or 'MyFunction = False
|
Results 1 to 3 of 3
Thread: function return valueThreaded View
|
Click Here to Expand Forum to Full Width |