summaryrefslogtreecommitdiff
path: root/ext/dio/dio.c
diff options
context:
space:
mode:
authorHartmut Holzgraefe <hholzgra@php.net>2001-12-06 17:09:09 +0000
committerHartmut Holzgraefe <hholzgra@php.net>2001-12-06 17:09:09 +0000
commite5f4a7541db68609836abf93a0c377afe7fb1d10 (patch)
tree46f8211dd2ec4ecd08828a184d9ae506bb3cc189 /ext/dio/dio.c
parent990e2612ccb80a09cf08df6ad2bf9c29d057c192 (diff)
downloadphp-git-e5f4a7541db68609836abf93a0c377afe7fb1d10.tar.gz
proto fixes
Diffstat (limited to 'ext/dio/dio.c')
-rw-r--r--ext/dio/dio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/dio/dio.c b/ext/dio/dio.c
index 5ee3d48816..744f8e13ca 100644
--- a/ext/dio/dio.c
+++ b/ext/dio/dio.c
@@ -162,7 +162,7 @@ PHP_FUNCTION(dio_open)
}
/* }}} */
-/* {{{ string dio_read(resource fd[, int n])
+/* {{{ proto string dio_read(resource fd[, int n])
Read n bytes from fd and return them, if n is not specified, read 1k */
PHP_FUNCTION(dio_read)
{
@@ -188,7 +188,7 @@ PHP_FUNCTION(dio_read)
}
/* }}} */
-/* {{{ int dio_write(resource fd, string data[, int len])
+/* {{{ proto int dio_write(resource fd, string data[, int len])
Write data to fd with optional truncation at length */
PHP_FUNCTION(dio_write)
{