Re: [PHP] How to get the 'return type' of a function?
[email protected] (Dasn)
| Newsgroups | php.general |
|---|---|
| Organization | G |
| Message-ID | <op.u8mceupeiztdz5@bla> |
On Tue, 23 Feb 2010 23:44:17 +0800, Nathan Rixham wrote: > > As PHP is loosely typed, the only real way around this is to specify a > return type in a PHPDoc block, then parse that using reflection to get > the @return parameter. > > another option is to use something like haXe which is an ECMA style > typed language that compiles to multiple targets, one of which is PHP. > Thanks Nathan for your comment. But I think the PHPDoc stuff is only for user defined functions, right? The Reflection::getDocComment() has no idea about the built-in functions. -- Dasn