Re: [PHP-DEV] Location of getopt function

2002-12-16 Thread l0t3k
Thanks Kjartan (and all who responded). give me a few days and i'll report back on the win32 version. "Kjartan Mannes" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Monday, December 16, 2002, 5:07:52 PM, l0t3k wrote: > > Markus, > > thanks for the link, but

Re: [PHP-DEV] Location of getopt function

2002-12-16 Thread Philip Olson
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 li

Re: [PHP-DEV] Location of getopt function

2002-12-16 Thread Kjartan Mannes
Monday, December 16, 2002, 5:07:52 PM, 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 It is defined in: ext/standard/basic_functions.c ext/standard/basic_functi

Re: [PHP-DEV] Location of getopt function

2002-12-16 Thread l0t3k
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]">ne

Re: [PHP-DEV] Location of getopt function

2002-12-16 Thread Markus Fischer
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 To unsubscrib