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 functions in PHP
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 (8)
Vineet Kumar Saini (2)
Vinod Kumar (1)
Related resources for functions in PHP
No resource found
Mathematical Functions in PHP
10/29/2018 1:43:56 AM.
In this article you will see how to use mathematical functions in PHP. abs () function, dechex () function, sqrt() function, log() function, floor() function, ceil() function, pow() function, max() fu
Functions in PHP
10/29/2018 12:58:14 AM.
Using this article one can easily understand the concept of functions in PHP.
Libxml Function in PHP
6/20/2013 5:19:54 PM.
In this article I describe the PHP libxml functions libxml_clear_errors, libxml_get_errors, libxml_getlast_error, libxml_get_internal_errrors and libxml_set_streams_context.
Error and Logging Functions in PHP: PART 1
3/10/2013 2:09:28 PM.
In this article I describe the PHP error and logging functions debug_backtrace, debug_print_backtrace, error_get_last and error_reporting.
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 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 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 .
Array Functions in PHP: PART 6
2/6/2013 3:01:39 PM.
In this article I describe the PHP array functions array_intersect_key, array intersect uassoc and array_intersect_ukey.
Use of Addslashes and Stripslashes Function in PHP
1/6/2013 11:40:25 AM.
In this article I will explain the Addslashes and Stripslashes functions in PHP.