ISBN check is a simple PHP class to verify whether
a given book ISBN (International Standard Book
Number) code is valid. It supports ISBN-10,
ISBN-13, and GTIN-14. It will also perform
conversions on valid numbers when possible.
Release Notes: This release replaces ereg functions with preg equivalents and fixes a bug in matching 979 prefixes to ensure it is only matched on the prefix.