On Tue, 23 Nov 2004 18:47:58 +0200
techtonik <[EMAIL PROTECTED]> wrote:

> The problem: Is there oci_collection_append() function in PHP5 or
> there is only a class method?

There is only a class method both in PHP4 & PHP5.
 
> If PHP5 has this function defined then it will be impossible to make
> a link from "Collection->append" to "oci-collection-append". What to
> do with such function aliases? Make two separate pages?

no need to do this =)

> Even if I can make Collection class written like OCI-Collection to get
> correct ID in combination with method name (OCI-Collection->append
> transforms to oci-collection-append perfectly). Even in that case what
> to do with Collection->free() method and corresponding
> oci_free_collection() function which is (according to manual) replaced
> ocifreecollection() in PHP5?

that's a method too indeed.

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

Reply via email to