mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@272084 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
68c238c19d
commit
49e81f1c43
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.11 $ -->
|
||||
<!-- $Revision: 1.12 $ -->
|
||||
<refentry xml:id='function.imagegd' xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>imagegd</refname>
|
||||
|
@ -74,7 +74,7 @@ $text_color = imagecolorallocate($im, 233, 14, 91);
|
|||
imagestring($im, 1, 5, 5, "A Simple Text String", $text_color);
|
||||
|
||||
// Save the gd image
|
||||
// The file format for GD limages is .gd, see http://www.libgd.org/GdFileFormats
|
||||
// The file format for GD images is .gd, see http://www.libgd.org/GdFileFormats
|
||||
imagegd($im, 'simple.gd');
|
||||
|
||||
// Free up memory
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.19 $ -->
|
||||
<!-- $Revision: 1.20 $ -->
|
||||
<refentry xml:id='function.imagegd2' xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>imagegd2</refname>
|
||||
|
@ -93,7 +93,7 @@ $text_color = imagecolorallocate($im, 233, 14, 91);
|
|||
imagestring($im, 1, 5, 5, "A Simple Text String", $text_color);
|
||||
|
||||
// Save the gd2 image
|
||||
// The file format for GD2 limages is .gd2, see http://www.libgd.org/GdFileFormats
|
||||
// The file format for GD2 images is .gd2, see http://www.libgd.org/GdFileFormats
|
||||
imagegd2($im, 'simple.gd');
|
||||
|
||||
// Free up memory
|
||||
|
|
Loading…
Reference in a new issue