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 Function 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]
Vinod Kumar (24)
Sharad Gupta (6)
Vineet Kumar Saini (4)
Related resources for Function in PHP
No resource found
Implode and Explode in PHP
7/5/2021 5:32:11 AM.
In this article, learn how to use PHP Implode and PHP Explode in an application. PHP Explode function breaks a string into an array. PHP Implode function returns a string from an array.
Include() and Require() Function in PHP
5/28/2019 6:39:36 PM.
Let's learn php include file functionality using the include() and require() functions in PHP.
Date() Function in PHP
10/29/2018 2:06:02 AM.
Using this article one can easily understand , how to format a date and time in PHP and related functions.
Contact Us Form in PHP
6/29/2017 5:18:49 AM.
In this article I show how to create a Contact us form in PHP.
Class and Object Function in PHP
6/29/2017 5:11:12 AM.
In this article I will discuss the get_declare_classes() and get_class_method() functions in PHP.
Calculate How Many Days in A Month Using PHP
6/29/2017 5:00:14 AM.
In this article I explain the cal_days_in_month() function in PHP. cal_days_in_month() function returns the number of the days in a month for the given year and calendar.
Time Zone Function in PHP
5/31/2013 4:48:51 PM.
In this article I will explain two important time zone function date default timezone get and date default timezone set in PHP.
File Get Content Function in PHP
5/21/2013 5:19:10 PM.
This article explains the File_Get_Content() function in PHP.
Draw Shapes in PHP
5/12/2013 6:20:00 PM.
In this article I explain how to draw basic shapes in PHP.
Array Intersect Assoc and Array Intersect Uassoc Function in PHP
4/28/2013 4:30:56 PM.
In this article I will explain the two important functions of array, Array_intersect_assoc() and Array_intersect_uassoc() in PHP.
Deference Between Is Numeric and Is Object Function in PHP
4/15/2013 1:58:09 PM.
In this article I explain the Is Numeric and Is Object functions in PHP.
Store Binary Data in String Using PHP
4/6/2013 6:08:32 AM.
Store binary data in strings using two core functions in PHP like Pack and Unpack.
FTP Function in PHP
4/4/2013 2:38:26 PM.
I will explain the ftp_connect() and ftp_close() functions in PHP.
Spell Checking Words in a String Using PHP
4/3/2013 12:10:35 PM.
In this article I will explain spell checking of words in a string using PHP.
Is Float and Is Double Function in PHP
3/30/2013 3:34:44 PM.
In this article I explain the PHP functions Is_float and Is_double.
Difference Between Min and Max Function in PHP
3/17/2013 4:59:00 PM.
In this article I will explain min and max function in PHP.
Error and Logging Functions in PHP: PART 3
3/13/2013 3:51:47 PM.
In this article I describe the PHP error and logging functions error_log, trigger_error and user_error.
Error and Logging Functions in PHP: PART 2
3/10/2013 2:14:04 PM.
In this article I describe the PHP error and logging functions restore_error_handler, restore_exception_handler, set_error_handler and set_exception_handler
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.
Converting Between ASCII Character and Code in PHP
3/2/2013 3:56:49 PM.
In this article I will explain converting between ASCII characters and codes in PHP.
Reverse String and Empty String in PHP
3/2/2013 2:46:43 PM.
In this article I describe the PHP how to reverse and how to identify string is empty or not.
Replacing Patterns in a String Using PHP
3/1/2013 12:44:37 PM.
In this article I will explain pattern replacement in a string using PHP.
Substr Function in PHP
2/28/2013 2:57:02 PM.
In this article I will explain the string Substr() function in PHP.
User Defined Function in PHP
2/24/2013 9:30:33 AM.
In this article I will explain User Define Function in PHP.
Is Int Function in PHP
2/19/2013 11:57:31 AM.
This article explains the is_int() function in PHP.
Intval Function in PHP
2/18/2013 1:39:50 PM.
In this article I explain the Intval() function in PHP.
Isset Function in PHP
2/17/2013 4:02:02 PM.
In this article I explain the isset function in PHP.
Difference Between Ceil and Floor Function in PHP
2/16/2013 7:01:53 PM.
In this article I will explain Ceil and Floor functions in PHP.
Gettype and Settype Function in PHP
2/15/2013 1:39:19 PM.
In this article I explain the settype() and gettype() functions in PHP.
Five Magic Constant Use in PHP
2/9/2013 3:21:15 PM.
We are going to describe a five Magic constant in PHP
Trim String in PHP
2/6/2013 10:08:09 PM.
I this article I will explain some string function Trim Ltrim and Rtrim.
Security in PHP
2/1/2013 1:49:40 PM.
In this article I explain how to encrypt a password for your application using the crypto function.
Types of Print Function in PHP
3/29/2012 1:33:13 PM.
Using this article you can get more knowledge of many types of print functions.