This function should return an array of this format for all packages that have a release within the constraint defined by the "state" parameter: array( array( 'package' = 'packagename', 'version' = 'release version', 'state' = 'release stability', 'filesize' = 'size of the .tgz file to download', ), // etc.);
この関数は、パラメータ "state" で指定した条件を満たすリリースを、すべてのパッケージについて以下の形式の配列で返します。 - PEAR