On Thu, 25 Mar 2004 14:16:10 -0000 "Nuno Lopes" <[EMAIL PROTECTED]> wrote:
> > By the way, does php.net search allow to search through function aliases? > > In PHP5 ocilogon() is alias of oci_connect() and I know, I need to mention > this in doc, but how it can help? > > > > --- > > WBR, > > Antony Dovgal aka tony2001 > > [EMAIL PROTECTED] || [EMAIL PROTECTED] > > > > Take a look at reference/filesystem/fputs.xml for example or > http://php.net/manual/en/function.fputs.php I believe, this is somewhat different. In PHP5 old names were left only for BC, so this example looks closer for me (look at the bottom of the page): http://www.php.net/manual/en/function.mysql-field-name.php --- WBR, Antony Dovgal aka tony2001 [EMAIL PROTECTED] || [EMAIL PROTECTED]
