TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About PHP string
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Sharad Gupta (13)
Mike Steward (1)
Related resources for PHP string
No resource found
String Functions in PHP: Part 13
3/5/2013 4:28:35 PM.
In this article I describe the PHP string functions quotemeta, rtrim and setlocal.
String Functions in PHP: Part 12
3/4/2013 3:38:43 PM.
In this article I describe the PHP string functions print, printf and quoted_printable_decode.
String Functions in PHP: Part 11
3/1/2013 1:28:15 PM.
In this article I describe the PHP string functions number_format, ord and parse_str.
String Functions in PHP: Part 10
2/28/2013 3:03:45 PM.
In this article I describe the PHP string functions money_format ,ln_langinfo and nl2br.
String Functions in PHP: Part 9
2/24/2013 9:44:56 AM.
In this article I describe the PHP string functions md5, md5_file and metaphone.
String Functions in PHP: Part 8
2/23/2013 3:19:42 PM.
In this article I describe the PHP string functions levenshtein, localeconv and ltrim.
String Functions in PHP: Part 7
2/23/2013 3:15:27 PM.
In this article I describe the PHP string functions htmlspecialchars, implode and join.
String Functions in PHP: Part 6
2/21/2013 11:58:54 AM.
In this article I describe the PHP string functions html entity decode, htmlentities and htmlspecialchars decode.
String Functions In PHP: PART 3
2/18/2013 2:18:14 PM.
In this article I describe the PHP string functions convert_cyr_string, convert_uudecode and convert_uuencode
String Functions in PHP: PART 4
2/17/2013 1:31:51 PM.
In this article I describe the PHP string functions count_chars, crc32 and explode.
String Functions in PHP: PART 5
2/16/2013 11:59:12 AM.
In this article I describe the PHP string functions fprint, hebrew and hebrevc
String Functions in PHP: PART 2
2/15/2013 1:04:39 PM.
In this article I describe the PHP string functions chop, chr and chunk_split.
String Functions in PHP: PART 1
2/14/2013 1:03:52 PM.
In this article I describe the PHP string functions addcslashes, addslashes and bin2hex .
Work with Strings in PHP
5/19/2012 5:53:05 AM.
PHP is a hypertext-preprocessor. In PHP, a string can be used directly in a function or it can be stored in a variable. With a string variable we can store and manipulate text.