PHP Conversion
Unit and datatype conversion-
phplural is a PHP library for converting single words to plural. It also works the reverse way, from plural to singular form. An example is included with the download package. Limitations:- Works with English words only.
-
Craur is a PHP-based XML to JSON converter, and vice-versa. It can also work with CSV files instead of XML and can be used for writing XML/JSON importers or to implement a convention for converting XML to JSON without loosing any information. What's New in This Version:- Strip invalid UTF8 characters in createFromXml.- Added encoding parameter for createFromXml.
-
RRSlug is a PHP script for creating URL slugs. Pass it a formatted text string and the script will convert it to an URL friendly slug. It can transforms text like this: "SofTpedIa tested script" into "softpedia-tested-script".Requirements:- PHP 5.3 or Higher
-
PDF to image converter using PHP is designed to convert uploaded PDF files into JPEG images using Ghostscript. The converted images are stored in files numbered according to the respective PDF document page. Requirements:- PHP 3.0 or higher
-
Shref Image vs ASCII is a simple class that can convert the contents of any binary file to a stream of ASCII data and vice-versa. The resulting converted data can be saved to another file or stored in a class variable.
-
There are two functions in this scripts which be used to convert from/to MySQL DB. One use to convert date from DD-MM-YYYY to YYYY-MM-DD, and another one convert date from YYYY-MM-DD to DD-MM-YYYY.
-
This class can be used to convert numbers between decimal and roman representations and vice-versa.It takes a number between 1 and 10999 and converts it to a string that represents the number with roman digits.The class can also do the opposite, i.e. take a string that contains a number represented with roman digits and converts it to decimal.
-
PHP/JavaScript Data Translation provides a PHP class for facilitating the translation of data variables and objects into JavaScript code for client-side processing on a website.
-
TextualNumber is a PHP class converts a given number to a textual representation of it.
-
TextualNumber Class is a class for generating textual representations of numbers. It is useful for protecting forms from auto-submission, or using in accounting applications. The class is very easy to implement in your own applications. Despite appearances the number should (though isn't required) be passed in as a string. This allows large numbers to be converted. Integers are handled just ...
-
xDIF can be used to convert data to the DIF file format used to share spreadsheets between applications such as Star Office, Microsoft Office, etc.. The class xDIF can convert data from arrays or database query result into the DIF format. It supports converting results of queries to the databases MySQL, Interbase, Microsoft SQL and PostgreSQL.
-
Numbers are converted to strings representing their equivalent in the Roman notation.Roman can also do the opposite, i.e. take a string with a number represented in Roman and converts it back to decimal.Requirements: PHP 5.0 or higher
-
Conversion can take values represented in unit of the metric and binary systems and vice-versa. The script supports units like byte, meter, gram and seconds to the SI standard but you can also define your own unit. Bytes can also be converted to the binary system, 1024 bytes becoming 1 KB. Requirements: PHP 5.0 or higher
-
Array to Object converter takes an array an assigns the variables of the class with the values of the array entries with the same name. Array entries with array values are also recursively being converted to objects. Requirements: PHP 5.0 or higher
-
Dec 2 Roman Converter can convert numbers both ways from 1 to 10999. Requirements: PHP 5 or higher




