mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
#65824 add more info about return data
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331663 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
19b139222b
commit
d89d69e719
1 changed files with 33 additions and 0 deletions
|
@ -40,6 +40,39 @@
|
|||
the image width, height, size, and others.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="examples">
|
||||
Example Result
|
||||
<para>
|
||||
<screen>
|
||||
<![CDATA[
|
||||
Array
|
||||
(
|
||||
[imageName] => /some/path/image.jpg
|
||||
[format] => JPEG (Joint Photographic Experts Group JFIF format)
|
||||
[geometry] => Array
|
||||
(
|
||||
[width] => 90
|
||||
[height] => 90
|
||||
)
|
||||
|
||||
[type] => TrueColor
|
||||
[colorSpace] => RGB
|
||||
[resolution] => Array
|
||||
(
|
||||
[x] => 300
|
||||
[y] => 300
|
||||
)
|
||||
|
||||
[units] => PixelsPerInch
|
||||
[fileSize] => 1.88672kb
|
||||
[compression] => JPEG
|
||||
[signature] => 9a6dc8f604f97d0d691c0286176ddf992e188f0bebba98494b2146ee2d7118da
|
||||
)
|
||||
]]>
|
||||
</screen>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="errors">
|
||||
&reftitle.errors;
|
||||
|
|
Loading…
Reference in a new issue