One way to find function information is
through the php function reference:

  http://zend.com/phpfunc/function.getopt.php

Provides information on when it's available,
where it's defined, if it's documented, etc.

Regards,
Philip

On Mon, 16 Dec 2002, l0t3k wrote:

> Markus,
>   thanks for the link, but i was looking for the implementation of the PHP
> function as documented here
> http://www.php.net/manual/en/function.getopt.php
> 
> i searched for PHP_FUNCTION(getopt) but got no hits...
> 
> l0t3k
> 
> "Markus Fischer" <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > On Sun, Dec 15, 2002 at 03:21:04PM -0500, l0t3k wrote :
> > > i've checked LXR, but i cant locate the implementation of getopt in CVS.
> im
> > > trying to provide a Windows implementation.
> >
> >     HTH: http://lxr.php.net/find?string=getopt
> 
> 
> 
> -- 
> PHP Development Mailing List <http://www.php.net/>
> To unsubscribe, visit: http://www.php.net/unsub.php
> 


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to