diff options
| author | Marcus Boerger <helly@php.net> | 2004-01-12 00:34:37 +0000 |
|---|---|---|
| committer | Marcus Boerger <helly@php.net> | 2004-01-12 00:34:37 +0000 |
| commit | 635e3b19802f3c5b3b9736e51cb435a8cf899713 (patch) | |
| tree | d8cd044bc68257143f12eaacc0a52e7aa473c316 /ext/mysqli/mysqli_nonapi.c | |
| parent | 9c41d8e7b55b089e91a5c1d80edf8b9be5e3a514 (diff) | |
| download | php-git-635e3b19802f3c5b3b9736e51cb435a8cf899713.tar.gz | |
Proto fix
Diffstat (limited to 'ext/mysqli/mysqli_nonapi.c')
| -rw-r--r-- | ext/mysqli/mysqli_nonapi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqli/mysqli_nonapi.c b/ext/mysqli/mysqli_nonapi.c index bba853aa46..acb31d4091 100644 --- a/ext/mysqli/mysqli_nonapi.c +++ b/ext/mysqli/mysqli_nonapi.c @@ -179,7 +179,7 @@ PHP_FUNCTION(mysqli_fetch_assoc) } /* }}} */ -/* {{{ proto array mysqli_fetch_object (object result [, string class_name [, NULL|array ctor_params]]) +/* {{{ proto object mysqli_fetch_object (object result [, string class_name [, NULL|array ctor_params]]) Fetch a result row as an object */ PHP_FUNCTION(mysqli_fetch_object) { |
