I'd like to do so, since I didn't read PHP source code,  PHP manual is the
only reference for me to know PHP.  Sometimes I'm just not 100 percent sure
about what I was suspecting ...

About mssql_fetch_array(), I'm talking about the return type of this
function, not the parameter.  I also know resource identifier is a kind of
int ...

Whatever I did, we all want a better documentation.

"Gabor Hojtsy" <[EMAIL PROTECTED]> wrote in message
007701c266d6$0704ba20$c1c14d3e@mia">news:007701c266d6$0704ba20$c1c14d3e@mia...
> > From manual:
> >
> > mssql_fetch_array -- Fetch row as array
> > Description
> > int mssql_fetch_array ( int result) ------------ int ???
>
> Please dont ask such trivial things, correct yourself.
> As mysql_query is documented to return a resource, this
> is trivial that that int is a resource, so please modify
> it to be a resource. Once again, please correct any trivial
> errors you find, without questioning. It would speed up
> our work ;)
>
> Goba
>
>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to