imagexbm() uses $filename also to construct the C identifiers

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339673 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2016-07-15 19:27:35 +00:00
parent c5ef97ebf6
commit 02fd937287

View file

@ -34,6 +34,13 @@
<term><parameter>filename</parameter></term>
<listitem>
<para>&gd.image.path;</para>
<para>
The <parameter>filename</parameter> (without the .xbm extension) is also
used for the C identifiers of the <acronym>XBM</acronym>, whereby non
alphanumeric characters of the current locale are substituted by
underscores. If <parameter>filename</parameter> is set to &null;,
<literal>image</literal> is used to build the C identifiers.
</para>
</listitem>
</varlistentry>
<varlistentry>