Date: 02/27/99
- Next message: Jim Winstead: "Re: [PHP-DEV] dbase"
- Previous message: eschmid: "[PHP-DEV] CVS update: php3/doc/functions"
- Next in thread: rasmus: "[PHP-DEV] CVS update: php3/functions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Saturday February 27, 1999 @ 14:10
Author: eschmid
Update of /repository/php3/functions
In directory asf:/u/temp/cvs-serv7890
Modified Files:
mysql.c
Log Message:
Added optional arguments to prototypes.
Index: php3/functions/mysql.c
diff -c php3/functions/mysql.c:1.179 php3/functions/mysql.c:1.180
*** php3/functions/mysql.c:1.179 Fri Feb 5 21:31:16 1999
--- php3/functions/mysql.c Sat Feb 27 14:10:38 1999
***************
*** 27,33 ****
+----------------------------------------------------------------------+
*/
! /* $Id: mysql.c,v 1.179 1999/02/06 02:31:16 zeev Exp $ */
/* TODO:
--- 27,33 ----
+----------------------------------------------------------------------+
*/
! /* $Id: mysql.c,v 1.180 1999/02/27 19:10:38 eschmid Exp $ */
/* TODO:
***************
*** 1519,1525 ****
/* }}} */
! /* {{{ proto object mysql_fetch_object(int result)
Fetch a result row as an object */
void php3_mysql_fetch_object(INTERNAL_FUNCTION_PARAMETERS)
{
--- 1519,1525 ----
/* }}} */
! /* {{{ proto object mysql_fetch_object(int result [, int result_typ])
Fetch a result row as an object */
void php3_mysql_fetch_object(INTERNAL_FUNCTION_PARAMETERS)
{
***************
*** 1531,1537 ****
/* }}} */
! /* {{{ proto array mysql_fetch_array(int result)
Fetch a result row as an associative array */
void php3_mysql_fetch_array(INTERNAL_FUNCTION_PARAMETERS)
{
--- 1531,1537 ----
/* }}} */
! /* {{{ proto array mysql_fetch_array(int result [, int result_typ])
Fetch a result row as an associative array */
void php3_mysql_fetch_array(INTERNAL_FUNCTION_PARAMETERS)
{
-- PHP Development Mailing List http://www.php.net/ To unsubscribe send an empty message to php-dev-unsubscribe <email protected> For help: php-dev-help <email protected>
- Next message: Jim Winstead: "Re: [PHP-DEV] dbase"
- Previous message: eschmid: "[PHP-DEV] CVS update: php3/doc/functions"
- Next in thread: rasmus: "[PHP-DEV] CVS update: php3/functions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

