Re: [PHP-DOC] explanation of sentence

2002-02-18 Thread Lars Torben Wilson
On Tue, 2001-11-20 at 05:17, Gabor Hojtsy wrote: > > The sentence is attempting to explain that some functions > > may return values that can be interpreted as false within > > a conditional block. > > Anybody can correct that sentence if you think it is not clear > in english :) The intention o

Re: [PHP-DOC] explanation of sentence

2001-11-20 Thread Gabor Hojtsy
> > This function may > > return &false;, but may also return a value evaluating to &false; in > > a simple if statement. Please use > linkend="language.operators.comparison">the === operator for > > testing the return value of this > > function.'> > > > > found in 'language-snippets.ent', but i

Re: [PHP-DOC] explanation of sentence

2001-11-19 Thread Zak Greant
On November 19, 2001 07:26 am, Simone Cortesi wrote: > Hi, > > I vas translating the following : > > This function may > return &false;, but may also return a value evaluating to &false; in > a simple if statement. Please use linkend="language.operators.comparison">the === operator for > testing

[PHP-DOC] explanation of sentence

2001-11-19 Thread Simone Cortesi
Hi, I vas translating the following : This function may return &false;, but may also return a value evaluating to &false; in a simple if statement. Please use the === operator for testing the return value of this function.'> found in 'language-snippets.ent', but i cant get the meaning of th