Re: Type of Data Returned by a Function
- From: Sanders Kaufman <bucky@xxxxxxxxxxx>
- Date: Sat, 21 Jul 2007 04:03:58 GMT
Rik wrote:
On Sat, 21 Jul 2007 00:32:06 +0200, Sanders Kaufman <bucky@xxxxxxxxxxx> wrote:
I've noticed that some code analyzers comment that the type of data returned by my functions is "unknown" in the following syntax:
There is no such construct, all types in php are pretty loose.
The only thing I can think of that might have something to do with what you say are phpdoc comments:
http://manual.phpdoc.org/HTMLSmartyConverter/HandS/phpDocumentor/tutorial_tags.return.pkg.html
That's what it wanted me to do.
Thnx.
.
- References:
- Type of Data Returned by a Function
- From: Sanders Kaufman
- Re: Type of Data Returned by a Function
- From: Rik
- Type of Data Returned by a Function
- Prev by Date: insert multi rows with a single mysql function call?
- Next by Date: Re: insert multi rows with a single mysql function call?
- Previous by thread: Re: Type of Data Returned by a Function
- Next by thread: Can PHP Post without a form?
- Index(es):
Relevant Pages
|