Sure, I guessed I missed that. Go ahead and correct it. Your language wasn't quite wrong, but this version sounds better in documentation.
--Andrew On Wed, 2003-07-02 at 08:22, Mehdi wrote: > Maybe the other one should be corrected too ? > > Cheers > > Mehdi > > >alindeman Wed Jul 2 09:18:33 2003 EDT > > > > Modified files: > > /phpdoc/en/reference/misc/functions defined.xml > > Log: > > grammar > > > > > >Index: phpdoc/en/reference/misc/functions/defined.xml > >diff -u phpdoc/en/reference/misc/functions/defined.xml:1.6 > >phpdoc/en/reference/misc/functions/defined.xml:1.7 > >--- phpdoc/en/reference/misc/functions/defined.xml:1.6 Wed Jul 2 09:11:11 > >2003 > >+++ phpdoc/en/reference/misc/functions/defined.xml Wed Jul 2 09:18:33 2003 > >@@ -1,5 +1,5 @@ > > <?xml version="1.0" encoding="iso-8859-1"?> > >-<!-- $Revision: 1.6 $ --> > >+<!-- $Revision: 1.7 $ --> > > <!-- splitted from ./en/functions/misc.xml, last change in rev 1.2 --> > > <refentry id="function.defined"> > > <refnamediv> > >@@ -40,7 +40,7 @@ > > If you're wanting to see if a variable exists, use > > <function>isset</function> as <function>defined</function> only > > applies to <link linkend="language.constants">constants</link>. > >- If you're wanting to see if a function exists, use > >+ If you want to see if a function exists, use > > <function>function_exists</function>. > > </para> > > </note> > > > > > > > > > > > > -- Andrew Lindeman <[EMAIL PROTECTED]> -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
