* array( * 0 => , * 1 => , * 2 => , * ); * * * @param int $width Width of the border. * @param array(int) $color Color. * @return void * * @throws ezcImageInvalidReferenceException * No loaded file could be found or an error destroyed a loaded reference. * @throws ezcImageFilterFailedException * If the operation performed by the the filter failed. * @throws ezcBaseValueException * If a submitted parameter was out of range or type. */ function border( $width, array $color ); } ?>