php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #59686 Imagick::__construct: documentation missing
Submitted: 2011-03-26 05:39 UTC Modified: 2011-12-05 07:52 UTC
From: giecrilj at stegny dot 2a dot pl Assigned: frozenfire (profile)
Status: Closed Package: imagick (PECL)
PHP Version: 5.3.5 OS: Linux
Private report: No CVE-ID: None
 [2011-03-26 05:39 UTC] giecrilj at stegny dot 2a dot pl
Description:
------------
Imagick::__construct is not documented


Reproduce code:
---------------
http://pl2.php.net/manual/en/function.imagick-construct.php

Expected result:
----------------
Constructs an Imagick object containing a sequence of images
loaded from image files stored at paths given in the
parameters.  Images with multiple frames and wildcards in
image names are supported where appropriate. The image
sequence is positioned at the last image; call
setFirstIterator to rewind.

Actual result:
--------------
This function is currently not documented; only its argument
list is available.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-12-05 07:51 UTC] frozenfire@php.net
Automatic comment from SVN on behalf of frozenfire
Revision: http://svn.php.net/viewvc/?view=revision&revision=320400
Log: Documented Imagick constructor. Closes bug #59686.
 [2011-12-05 07:52 UTC] frozenfire@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: frozenfire
 [2011-12-05 07:52 UTC] frozenfire@php.net
This bug has been fixed in SVN.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.

 For Windows:

http://windows.php.net/snapshots/
 
Thank you for the report, and for helping us make PHP better.

I'll also take a look at documenting a few more undocumented functions. They're 
fairly straightforward, and there seems to be a few of them in Imagick.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed May 15 15:01:36 2024 UTC