]> granicus.if.org Git - php/commitdiff
- fixed proto for OciBindByName to represent the forth parameter optional
authorMaxim Maletsky <maxim@php.net>
Sat, 19 Oct 2002 15:51:04 +0000 (15:51 +0000)
committerMaxim Maletsky <maxim@php.net>
Sat, 19 Oct 2002 15:51:04 +0000 (15:51 +0000)
ext/oci8/oci8.c

index 7cf02845e7b93d4cec2b414793154cca9b026fc1..6ef0f2cac157abf1d462aa3bdb76a12a78a061fa 100644 (file)
@@ -2765,7 +2765,7 @@ PHP_FUNCTION(ocidefinebyname)
 
 /* }}} */
 
-/* {{{ proto int ocibindbyname(int stmt, string name, mixed &var, int maxlength [, int type])
+/* {{{ proto int ocibindbyname(int stmt, string name, mixed &var, [, int maxlength] [, int type])
    Bind a PHP variable to an Oracle placeholder by name */
 /* if you want to bind a LOB/CLOB etc make sure you allocate it via OCINewDescriptor BEFORE binding!!!
  */