|
|
| String Manipulation [+] Favor-It | |
| |
 |
| | Sort By:
|
String to Array is a straight forward function that will take a string and split up each character of the string, and than push each character into an array. Can be used to perform operations on only certain position characters of a string. Author: Francisco Guerra Code: PHP 4.0 |
Reading from a File - Outputting in String is a PHP script that will read a text file and place all of the files contents into a string for varying uses. Remove parts of the text file content to use elsewhere, simplify data output, and much more. Author: Links Traffic Code: PHP 4.0 |
Combat email harvester robots by making some small modifications to the emails you want to display. This will make the robots difficult to recognize your email addresses, but still readable by humans. Author: nashruddin.com Code: PHP 4.0 |
|  | |
The string functions allow you to manipulate strings. The string functions are part of the PHP core. There is no installation needed to use these functions. This is the explanation given by W3 Schools on the string functions. Author: W3 Schools Code: PHP 5.0 |
In this lesson of the PHP tutorial, you will learn:
*To format strings*
*To work with string manipulation functions*
*To make strings safe for outputting to the browser*
*To understand the benefits and dangers of magic quotes* Author: Webucator Code: PHP 5.0 |
You may use this code snips to make your own random passwords or any other random strings. In this tutorial we need to use two functions of PHP: rand() and chr(). Author: Dotnetindex.com Code: PHP 5.0 |
Adds an ending slash to the given path, makes a difference
between windows and unix paths (keeps orginal slashes)
The normalize_path function is also a good way for doing this... Code: PHP 5.0 |
|  | |
This tutorial provides tutorial notes on Chinese characters in PHP string literals. Topics include PHP string literal syntax; testing Chinese character strings with UTF-8, GB18030, and Big5 encodings. Author: Dr. Herong Yang Code: PHP 5.0 |
With the use of WYSIWYG editor user can enter html content. While displaying teaser(short content) of the content on home page or dashboard it is hard to cut the string properly. This project provide solutions in php, javascript languages. Author: google Code: PHP 5.0 |
Icon Key >
 - Recently Updated
 - Showcase Listing
|