mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fixing build breaking typos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@86744 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
9d0d87eb66
commit
e38a7bc1a6
1 changed files with 4 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/image.xml, last change in rev 1.36 -->
|
||||
<refentry id="function.getimagesize">
|
||||
<refnamediv>
|
||||
|
@ -65,9 +65,9 @@ echo "<img src=\"img/flag.jpg\" {$size[3]}>";
|
|||
<para>
|
||||
Since PHP 4.3 <literal>bits</literal> and <literal>channels</literal>
|
||||
are present for other image types, too. But these values or there
|
||||
presence can be a bit confusing. As example <acronym>GIF<acronym>
|
||||
presence can be a bit confusing. As example <acronym>GIF</acronym>
|
||||
allways uses 3 channels per pixel but the number of bits per pixel
|
||||
cannot be computed for an animated <acronym>GIF<acronym> with a global
|
||||
cannot be computed for an animated <acronym>GIF</acronym> with a global
|
||||
colortable.
|
||||
</para>
|
||||
<para>
|
||||
|
@ -168,3 +168,4 @@ vim600: syn=xml fen fdm=syntax fdl=2 si
|
|||
vim: et tw=78 syn=sgml
|
||||
vi: ts=1 sw=1
|
||||
-->
|
||||
|
||||
|
|
Loading…
Reference in a new issue