svn: /phpdoc/ja/trunk/reference/imagick/imagick/ resizeimage.xml

[email protected] (Yoshinari Takaoka)
Newsgroups php.doc.ja
Message-ID <[email protected]>
mumumu                                   Thu, 13 Feb 2020 22:45:20 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=349220

Log:
Fix #79268: Greater-than / Less-than rendering in code example

Bug: https://bugs.php.net/79268 (Closed) Greater-than / Less-than rendering in code example
      
Changed paths:
    U   phpdoc/ja/trunk/reference/imagick/imagick/resizeimage.xml

Modified: phpdoc/ja/trunk/reference/imagick/imagick/resizeimage.xml
===================================================================
--- phpdoc/ja/trunk/reference/imagick/imagick/resizeimage.xml	2020-02-13 07:49:54 UTC (rev 349219)
+++ phpdoc/ja/trunk/reference/imagick/imagick/resizeimage.xml	2020-02-13 22:45:20 UTC (rev 349220)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 344121 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 349219 Maintainer: takagi Status: ready -->
 <!-- Credits: mumumu -->
 <refentry xmlns="http://docbook.org/ns/docbook" xml:id="imagick.resizeimage">
  <refnamediv>
@@ -120,7 +120,7 @@
       <![CDATA[
 <?php
 function resizeImage($imagePath, $width, $height, $filterType, $blur, $bestFit, $cropZoom) {
-    //The blur factor where &gt; 1 is blurry, &lt; 1 is sharp.
+    // blur 要素。1 > はぼやけた状態、< 1 はシャープな状態を表します。
     $imagick = new \Imagick(realpath($imagePath));

     $imagick->resizeImage($width, $height, $filterType, $blur, $bestFit);
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.