Hey, I just fixed a small typo where you had "of" instead of "off", but I
was wondering if maybe that sentence could be a litte bit clearer? How
about:
If the optional parameter <parameter>suffix</parameter> is supplied,
<parameter>suffix</parameter> will be removed from the end of the filename
before it is returned.
</para>
</note>
<para>
the <parameter>suffix</parameter> parameter was added in PHP 4.0.7.
</para>
</note>
I didn't want to be rude and alter a change you just commited...
Daniel
----- Original Message -----
From: "Hartmut Holzgraefe" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, June 22, 2001 8:09 PM
Subject: [php-cvs] cvs: phpdoc /en/functions filesystem.xml
> hholzgra Sat Jun 23 03:09:51 2001 EDT
>
> Modified files:
> /phpdoc/en/functions filesystem.xml
> Log:
> version info for new parameter
>
>
> Index: phpdoc/en/functions/filesystem.xml
> diff -u phpdoc/en/functions/filesystem.xml:1.66
phpdoc/en/functions/filesystem.xml:1.67
> --- phpdoc/en/functions/filesystem.xml:1.66 Sat Jun 23 02:56:33 2001
> +++ phpdoc/en/functions/filesystem.xml Sat Jun 23 03:09:51 2001
> @@ -22,7 +22,8 @@
> Given a string containing a path to a file, this function will
> return the base name of the file.
> If the filename ends in <parameter>suffix</parameter> this will
> - also be cut of.
> + also be cut of (the <parameter>suffix</parameter> parameter was
added
> + in PHP 4.0.7).
> </para>
> <para>
> On Windows, both slash (<literal>/</literal>) and backslash
>
>
>
>