Re: [PHP-DB] Reading from file

2010-11-02 Thread Artur Ejsmont
Return Values If only two parameters were passed to this function, the values parsed will be returned as an array. Otherwise, if optional parameters are passed, the function will return the number of assigned values. The optional parameters must be passed by reference.

Re: [PHP-DB] Reading from file

2010-11-02 Thread Ethan Rosenberg
At 06:08 AM 11/2/2010, Artur Ejsmont wrote: Return Values If only two parameters were passed to this function, the values parsed will be returned as an array. Otherwise, if optional parameters are passed, the function will return the number of assigned values. The optional parameters must be