[PHP-DOC] A question in sqlite_create_function

2003-08-14 Thread Fernando Correa da Conceição
I was translating and don´t understand this:
line 90
para
   This example will call the functionmd5/function on each
   literalfilename/literal column in the database and return the 
result
   into parameter$rows/parameter
  /para
This database is not table?
If I have a database with two tables, in example two columns named 
filename, one in each table. It will affect both or only the table i query?

line 69
parameter$rows/parameter
This is not wrong? parameter is not only for functions parameters?
Thanks!

Fernando Correa da Conceição

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


Re: [PHP-DOC] A question in sqlite_create_function

2003-08-05 Thread Gabor Hojtsy
I was translating and don´t understand this:
line 90
para
   This example will call the functionmd5/function on each
   literalfilename/literal column in the database and return the result
   into parameter$rows/parameter
  /para
This database is not table?
If I have a database with two tables, in example two columns named 
filename, one in each table. It will affect both or only the table i query?
As the SELECT statement works on the table named files, it is clear that 
the text referes to the table. So feel free to corret the word database 
 to table.

line 69
parameter$rows/parameter
This is not wrong? parameter is not only for functions parameters?
This is used in two places in the file, however I can agree with you, 
this usage does not fit *my* interpretation of the parameter tag...

Goba

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