diff options
author | Egon Schmid <eschmid@php.net> | 2000-06-11 16:24:00 +0000 |
---|---|---|
committer | Egon Schmid <eschmid@php.net> | 2000-06-11 16:24:00 +0000 |
commit | bcec04f1d9faa966199b0cd9ca30d83d941f7b71 (patch) | |
tree | 6cd33579d1eecdf6e5cd20ca6717528dc2d9c542 | |
parent | 07a8327a0ef4b5f43c42475c7f42a02ab1ca166a (diff) | |
download | php-git-bcec04f1d9faa966199b0cd9ca30d83d941f7b71.tar.gz |
Added argument type.
-rw-r--r-- | ext/interbase/interbase.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/interbase/interbase.c b/ext/interbase/interbase.c index 563fa3b16e..8d6740fd68 100644 --- a/ext/interbase/interbase.c +++ b/ext/interbase/interbase.c @@ -2796,7 +2796,7 @@ extern int wsa_fp; */ /*to handle reading and writing to windows sockets*/ -/* {{{ proto string ibase_blob_import([link_identifier,] file_id) +/* {{{ proto string ibase_blob_import([link_identifier,] int file_id) Create blob, copy file in it, and close it */ PHP_FUNCTION(ibase_blob_import) |