mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
interfaced => interlaced
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293591 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
fb98173628
commit
46cff899eb
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ $im = imagecreatefrom('php.gif');
|
|||
// Enable interlancing
|
||||
imageinterlace($im, true);
|
||||
|
||||
// Save the interfaced image
|
||||
// Save the interlaced image
|
||||
imagegif($im, './php_interlaced.gif');
|
||||
imagedestroy($im);
|
||||
?>
|
||||
|
|
Loading…
Reference in a new issue