Re: DOCBOOK: Re: Functions like php.net

2001-12-10 Thread Egon Schmid
From: "Jirka Kosek" <[EMAIL PROTECTED]> > Norman Walsh wrote: > > > > / Tim Waugh <[EMAIL PROTECTED]> was heard to say: > > | On Mon, Dec 10, 2001 at 09:31:22AM -0500, Norman Walsh wrote: > > | > > | > / [EMAIL PROTECTED] (Michal Sanger) was heard to say: > > | > | In PHP semantic I have declarati

Re: DOCBOOK: Re: Functions like php.net

2001-12-10 Thread Jirka Kosek
Norman Walsh wrote: > > / Tim Waugh <[EMAIL PROTECTED]> was heard to say: > | On Mon, Dec 10, 2001 at 09:31:22AM -0500, Norman Walsh wrote: > | > | > / [EMAIL PROTECTED] (Michal Sanger) was heard to say: > | > | In PHP semantic I have declaration: > | > | string MyFunction(string param1, string p

DOCBOOK: Re: Functions like php.net

2001-12-10 Thread Norman Walsh
/ Daniel Veillard <[EMAIL PROTECTED]> was heard to say: | Hum, I'm being converted to python ATM [*], and may I suggest that if you | add support for optional args, it would be a good idea to add defaulted | values support too then '[, int number = value]' So we'd wind up with something like me

DOCBOOK: Re: Functions like php.net

2001-12-10 Thread Norman Walsh
/ Tim Waugh <[EMAIL PROTECTED]> was heard to say: | On Mon, Dec 10, 2001 at 09:31:22AM -0500, Norman Walsh wrote: | | > / [EMAIL PROTECTED] (Michal Sanger) was heard to say: | > | In PHP semantic I have declaration: | > | string MyFunction(string param1, string param2[, int number]); | [...] | >

Re: DOCBOOK: Re: Functions like php.net

2001-12-10 Thread Daniel Veillard
On Mon, Dec 10, 2001 at 04:16:14PM +, Tim Waugh wrote: > On Mon, Dec 10, 2001 at 09:31:22AM -0500, Norman Walsh wrote: > > / [EMAIL PROTECTED] (Michal Sanger) was heard to say: > > | In PHP semantic I have declaration: > > | string MyFunction(string param1, string param2[, int number]); > [...

Re: DOCBOOK: Re: Functions like php.net

2001-12-10 Thread Tim Waugh
--nDAeJifZeokOLf48 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Dec 10, 2001 at 09:31:22AM -0500, Norman Walsh wrote: > / [EMAIL PROTECTED] (Michal Sanger) was heard to say: > | In PHP semantic I have declaration: > | string MyFunction(string param1, string par

DOCBOOK: Re: Functions like php.net

2001-12-10 Thread Norman Walsh
/ [EMAIL PROTECTED] (Michal Sanger) was heard to say: | In PHP semantic I have declaration: | string MyFunction(string param1, string param2[, int number]); | | and I don't know how to type it in DocBook =( | When I use what I see in examples like: | | http://www.oasis-open.org/docbook/xml/4.1.2