* array( * 0 => , * 1 => , * 2 => , * ); * * * @param int $width Width of the border. * @param array(int) $color Color. * @return void * * @throws ezcImageHandlerException * No loaded file could be found or an error destroyed a loaded reference * {@link ezcImageHandlerException::NO_ACTIVE_REFERENCE}. */ function border( $width, array $color ); } ?>