com doc/ja: typofix in imageaffinematrixget() example: reference/image/functions/imageaffinematrixget.xml
[email protected] (Yoshinari Takaoka) Wed, 30 Dec 2020 15:15:48 +0000
| Newsgroups | php.doc.ja |
|---|---|
| Message-ID | <[email protected]> |
Commit: ea468244080aba541b615582066b4a462c06df69 Author: Yoshinari Takaoka <[email protected]> Thu, 31 Dec 2020 00:15:48 +0900 Parents: 88b1a9664014ebed18caa1fe6ce00991044743e2 Branches: master Link: http://git.php.net/?p=doc/ja.git;a=commitdiff;h=ea468244080aba541b615582066b4a462c06df69 Log: typofix in imageaffinematrixget() example Changed paths: M reference/image/functions/imageaffinematrixget.xml Diff: diff --git a/reference/image/functions/imageaffinematrixget.xml b/reference/image/functions/imageaffinematrixget.xml index 41452371bb..2070aee14e 100644 --- a/reference/image/functions/imageaffinematrixget.xml +++ b/reference/image/functions/imageaffinematrixget.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <!-- $Revision$ --> -<!-- EN-Revision: b95d28e6ec86e4a71e012737d36ebdc1cf009180 Maintainer: takagi Status: ready --> +<!-- EN-Revision: 4034dfe043fe7646ae7439b9cc49d77aedd3b98c Maintainer: takagi Status: ready --> <!-- Credits: mumumu --> <refentry xml:id="function.imageaffinematrixget" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"> @@ -68,7 +68,7 @@ <programlisting role="php"> <![CDATA[ <?php -$matrix = imageaffinematrixget(IMG_AFFINE_TRANSLATE, array('x' = 2, 'y' => 3)); +$matrix = imageaffinematrixget(IMG_AFFINE_TRANSLATE, array('x' => 2, 'y' => 3)); print_r($matrix); ?> ]]>