[PHP-DOC] proper way to indicate something like TRUE or FALSE From: Daniel Beckham (danbeck <email protected>)
Date: 08/25/00

What would be the proper tag for something like a return value?

e.g. <function>myfunc</function> will return TRUE on success and FALSE on
failure.

or

e.g. <function>myfunc</function> will return 0 on success and -1 on
failure.

I could use the <parameter</parameter> tag, but is there a better tag to
use?

Daniel