On Wed, 24 Nov 2004 00:55:30 +0200
techtonik <[EMAIL PROTECTED]> wrote:

> ||*()*|| Hi, Antony.
> 
> >> >> The problem: Is there oci_collection_append() function in PHP5
> >or> >> there is only a class method?
> >> AD> There is only a class method both in PHP4 & PHP5.
> >> 
> >> You mean  OCI-Collection->ocicollappend() in PHP4 and
> >>  OCI-Collection->append() in PHP5?
> 
> no, OCI-Collection->>append() in both cases.
> 
> Well, then what's the difference between oci_collection_append() and
> ocicollappend() ?  Why ocicollappend() is deprecated?

oci_* functions were introduced because old-style oci* doesn't comply with 
common PHP naming conventions.
as you can see, ocicollappend() was left just as alias.

-- 
Wbr, 
Antony Dovgal aka tony2001
[EMAIL PROTECTED] || [EMAIL PROTECTED]

Reply via email to