PHP Classes

File: doc/README

Recommend this page to a friend!
  Classes of Ve Bailovity   Misc String   doc/README   Download  
File: doc/README
Role: Documentation
Content type: text/plain
Description: Read this first
Class: Misc String
Manipulate Unicode and unencoded strings
Author: By
Last change: Accessible without user login
Date: 17 years ago
Size: 1,072 bytes
 

Contents

Class file image Download
* What is this? ----------------------------------------- MiscString is a package that provides: a) class strUnicode: Unicode-safe ports of PHP strlen() and substr() functions. This does NOT require mb_string or iconv extensions. b) class strNormal: String normalization - by camelCasing or under_scoring. c) class strWhitespace: Whitespace normalization - tabs, newlines, spaces. * What do I need to run this? ----------------------------------------- Absolutely nothing (working PHP install aside). It should just work. * How do I use this? ------------------------------------------------------ Check the examples in "examples" directory. You can also take a look at comments in the source, or run PhpDocumentor (http://www.phpdoc.org) over it to get a more readable documentation. * Aaargh! I've found a bug! - OR - * This stuff is working fine for me. - OR - * Dis nuh workin. - OR - * Dude, I think you rock! ------------------------------------------------------ Let me know: malatestapunk@gmail.com