-
Multiple functions to manipulate and generate arrays are included in ubarray. Key Features of ubarray:- Generate an array with values made of keys and values of an associative array separated by colons- Generate an associative array parsing values of another array that have the array keys and values separated by colons- Verify whether a value is an array and return ...
-
The alternative methods provided by the Friendly class are prefixed with "friend_" When a function is called with that prefix, the base class calls the function with the name after the prefix, if it is considered a friend method. Requirements: PHP 5.0 or higher
-
Namespaces can associate given PHP script files that contain classes that belong to a given name space by giving their names a prefix based on the namespace name. Namespaces ensures that classes from different name spaces do not conflict, even if they have the same name. Requirements: PHP 5.0 or higher
-
Ofile class can open a file and use a given delimiter regular expression to split its contents. It can output the content of the split sections using configurable HTML to prefix and suffix the content.New content can also be written to the file, after a lock is placed on it in order to prevent simultaneous operations.Requirements: PHP 4.3 or higher
-
The URL is parsed and the host domain is returned, removing the www. prefix if Only Domain exists.Requirements: PHP 4.0 or higher
-
WordWrap2 is an enhanced version of the PHP wordwrap function. It supports hyphenation, prefix and truly cut off at specified width.

