mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Added undocumented constant GD_BUNDLED
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@263807 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
80dcfecb7e
commit
c34bac89bd
1 changed files with 14 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.14 $ -->
|
||||
<!-- $Revision: 1.15 $ -->
|
||||
<appendix xml:id="image.constants" xmlns="http://docbook.org/ns/docbook">
|
||||
&reftitle.constants;
|
||||
&extension.constants;
|
||||
|
@ -69,6 +69,19 @@
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>
|
||||
<constant>GD_BUNDLE</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
When the bundled version of GD is used this is 1 otherwise
|
||||
its set to 0.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>
|
||||
<constant>IMG_GIF</constant>
|
||||
|
|
Loading…
Reference in a new issue