mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
c5ef97ebf6
commit
02fd937287
1 changed files with 7 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue