Date Published: 27/08/2022Published By: JaiSchool
This function expects PHP code as a string in its parameter and evaluates it. It is helpful when you have […]
0 CommentsRead More
Date Published: 02/04/2021Published By: JaiSchool
abs() is an PHP’s inbuilt function. It returns a positive number. Its parameter accepts a numeric value that may be […]
0 CommentsRead More
Date Published: 06/02/2021Published By: JaiSchool
Call all functions sequentially- Call only one random function
0 CommentsRead More
Date Published: 03/02/2021Published By: JaiSchool
This keyword (exit) stops the code execution after it. Statements after exit will not run.
0 CommentsRead More
Date Published: 02/02/2021Published By: JaiSchool
Example-
0 CommentsRead More
Date Published: 02/02/2021Published By: JaiSchool
str_replace() function is used to replace text in a string. Its first parameter takes the text to find in a […]
0 CommentsRead More
Date Published: 02/02/2021Published By: JaiSchool
nl2br() function takes a string in its parameter. It finds \n in given string and then it breaks line whereas […]
0 CommentsRead More
Date Published: 09/09/2020Published By: JaiSchool
If you want to split every letter then leave first parameter empty.
0 CommentsRead More
Date Published: 22/04/2020Published By: JaiSchool
basename() is an inbuilt function in PHP. It is used to get the name of the file from a path. […]
0 CommentsRead More
Date Published: 21/04/2020Published By: JaiSchool
Recursive program to copy a directory***
0 CommentsRead More