[PHP-DOC] cvs: phpdoc /en/reference/image/functions gd-info.xml

2003-01-18 Thread Damien Seguy
damsSat Jan 18 10:41:56 2003 EDT

  Modified files:  
/phpdoc/en/reference/image/functionsgd-info.xml 
  Log:
  now using entities and types tags
  
Index: phpdoc/en/reference/image/functions/gd-info.xml
diff -u phpdoc/en/reference/image/functions/gd-info.xml:1.1 
phpdoc/en/reference/image/functions/gd-info.xml:1.2
--- phpdoc/en/reference/image/functions/gd-info.xml:1.1 Fri Jan 17 23:46:43 2003
+++ phpdoc/en/reference/image/functions/gd-info.xml Sat Jan 18 10:41:56 2003
@@ -1,9 +1,9 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.1 $ --
+!-- $Revision: 1.2 $ --
   refentry id='function.gd-info'
refnamediv
 refnamegd_info/refname
-refpurposeRetrieve information about the currently installed GD 
support/refpurpose
+refpurposeRetrieve information about the currently installed GD 
+librairy/refpurpose
/refnamediv
refsect1
 titleDescription/title
@@ -12,7 +12,7 @@
   void/
  /methodsynopsis
 simpara
- Returns an literalassociative array/literal describing the version and 
capabilities of
+ Returns an associative array describing the version and capabilities of
  the installed GD library.  
 /simpara
 para
@@ -28,57 +28,57 @@
tbody
 row
  entryGD Version/entry
- entryliteralString/literal value describing the installed
+ entrytypestring/type value describing the installed
   literallibgd/literal version./entry
 /row
 row
  entryFreetype Support/entry
- entryliteralboolean/literal value.  literaltrue/literal 
+ entrytypeboolean/type value.  true; 
   if Freetype Support is installed./entry
 /row
 row
  entryFreetype Linkage/entry
- entryliteralString/literal value describing the way in which
+ entrytypestring/type value describing the way in which
   Freetype was linked. Expected values are: 'with freetype', 
   'with TTF library', and 'with unknown library'.  This element will
   only be defined if literalFreetype Support/literal evaluated to
-  literaltrue/literal./entry
+  true;./entry
 /row
 row
  entryT1Lib Support/entry
- entryliteralboolean/literal value.  literaltrue/literal
+ entrytypeboolean/type value.  true;
   if literalT1Lib/literal support is included./entry
 /row
 row
  entryGIF Read Support/entry
- entryliteralboolean/literal value.  literaltrue/literal
+ entrytypeboolean/type value.  true;
   if support for emphasisreading/emphasis literalGIF/literal 
   images is included./entry
 /row
 row
  entryGIF Create Support/entry
- entryliteralboolean/literal value.  literaltrue/literal
+ entrytypeboolean/type value.  true;
   if support for emphasiscreating/emphasis literalGIF/literal
   images is included./entry
 /row
 row
  entryJPG Support/entry
- entryliteralboolean/literal value.  literaltrue/literal
+ entrytypeboolean/type value.  true;
   if literalJPG/literal support is included./entry
 /row
 row
  entryPNG Support/entry
- entryliteralboolean/literal value.  literaltrue/literal
+ entrytypeboolean/type value.  true;
   if literalPNG/literal support is included./entry
 /row
 row
  entryWBMP Support/entry
- entryliteralboolean/literal value.  literaltrue/literal
+ entrytypeboolean/type value.  true;
   if literalWBMP/literal support is included./entry
 /row
 row
  entryXBM Support/entry
- entryliteralboolean/literal value.  literaltrue/literal
+ entrytypeboolean/type value.  true;
   if literalXBM/literal support is included./entry
 /row
/tbody



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] cvs: phpdoc /en/reference/image/functions gd-info.xml

2003-01-18 Thread Philip Olson
philip  Sat Jan 18 12:16:17 2003 EDT

  Modified files:  
/phpdoc/en/reference/image/functionsgd-info.xml 
  Log:
  Typo.
  
  
Index: phpdoc/en/reference/image/functions/gd-info.xml
diff -u phpdoc/en/reference/image/functions/gd-info.xml:1.2 
phpdoc/en/reference/image/functions/gd-info.xml:1.3
--- phpdoc/en/reference/image/functions/gd-info.xml:1.2 Sat Jan 18 10:41:56 2003
+++ phpdoc/en/reference/image/functions/gd-info.xml Sat Jan 18 12:16:16 2003
@@ -1,9 +1,9 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.2 $ --
+!-- $Revision: 1.3 $ --
   refentry id='function.gd-info'
refnamediv
 refnamegd_info/refname
-refpurposeRetrieve information about the currently installed GD 
librairy/refpurpose
+refpurposeRetrieve information about the currently installed GD 
+library/refpurpose
/refnamediv
refsect1
 titleDescription/title



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] cvs: phpdoc /en/reference/image/functions gd-info.xml

2003-01-17 Thread Sara Golemon
pollita Fri Jan 17 23:46:43 2003 EDT

  Added files: 
/phpdoc/en/reference/image/functionsgd-info.xml 
  Log:
  New Function.
  
  

Index: phpdoc/en/reference/image/functions/gd-info.xml
+++ phpdoc/en/reference/image/functions/gd-info.xml
?xml version=1.0 encoding=iso-8859-1?
!-- $Revision: 1.1 $ --
  refentry id='function.gd-info'
   refnamediv
refnamegd_info/refname
refpurposeRetrieve information about the currently installed GD 
support/refpurpose
   /refnamediv
   refsect1
titleDescription/title
 methodsynopsis
  typearray/typemethodnamegd_info/methodname
  void/
 /methodsynopsis
simpara
 Returns an literalassociative array/literal describing the version and 
capabilities of
 the installed GD library.  
/simpara
para
 table
  titleElements of array returned by functiongd_info/function/title
  tgroup cols=2
   thead
row
 entryAttribute/entry
 entryMeaning/entry
/row
   /thead
   tbody
row
 entryGD Version/entry
 entryliteralString/literal value describing the installed
  literallibgd/literal version./entry
/row
row
 entryFreetype Support/entry
 entryliteralboolean/literal value.  literaltrue/literal 
  if Freetype Support is installed./entry
/row
row
 entryFreetype Linkage/entry
 entryliteralString/literal value describing the way in which
  Freetype was linked. Expected values are: 'with freetype', 
  'with TTF library', and 'with unknown library'.  This element will
  only be defined if literalFreetype Support/literal evaluated to
  literaltrue/literal./entry
/row
row
 entryT1Lib Support/entry
 entryliteralboolean/literal value.  literaltrue/literal
  if literalT1Lib/literal support is included./entry
/row
row
 entryGIF Read Support/entry
 entryliteralboolean/literal value.  literaltrue/literal
  if support for emphasisreading/emphasis literalGIF/literal 
  images is included./entry
/row
row
 entryGIF Create Support/entry
 entryliteralboolean/literal value.  literaltrue/literal
  if support for emphasiscreating/emphasis literalGIF/literal
  images is included./entry
/row
row
 entryJPG Support/entry
 entryliteralboolean/literal value.  literaltrue/literal
  if literalJPG/literal support is included./entry
/row
row
 entryPNG Support/entry
 entryliteralboolean/literal value.  literaltrue/literal
  if literalPNG/literal support is included./entry
/row
row
 entryWBMP Support/entry
 entryliteralboolean/literal value.  literaltrue/literal
  if literalWBMP/literal support is included./entry
/row
row
 entryXBM Support/entry
 entryliteralboolean/literal value.  literaltrue/literal
  if literalXBM/literal support is included./entry
/row
   /tbody
  /tgroup
 /table
/para
para
 example
  titleUsing functiongd_info/function/title
  programlisting role=php
![CDATA[
?php
var_dump(gd_info());

/* Typical Output
   ==

array(9) {
  [GD Version]=
  string(24) bundled (2.0 compatible)
  [FreeType Support]=
  bool(false)
  [T1Lib Support]=
  bool(false)
  [GIF Read Support]=
  bool(true)
  [GIF Create Support]=
  bool(false)
  [JPG Support]=
  bool(false)
  [PNG Support]=
  bool(true)
  [WBMP Support]=
  bool(true)
  [XBM Support]=
  bool(false)
}

*/
?
]]
  /programlisting
 /example
/para
simpara
 See also: functionimagepng/function,
 functionimagejpeg/function,
 functionimagegif/function,
 functionimagewbmp/function, and
 functionimagetypes/function.
/simpara
   /refsect1
  /refentry

!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:../../../../manual.ced
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
--



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php