Re: [PHP-DOC] mssql_fetch_array() problem

2002-09-28 Thread Gabor Hojtsy
> 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 al

Re: [PHP-DOC] mssql_fetch_array() problem

2002-09-28 Thread Dallas Thunder
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 res

Re: [PHP-DOC] mssql_fetch_array() problem

2002-09-28 Thread Gabor Hojtsy
> > 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 resou

Re: [PHP-DOC] mssql_fetch_array() problem

2002-09-28 Thread Gabor Hojtsy
> 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 mod