What are Sub routines?
Answer / dhanya
A routine or subroutine also referred to as a function,
procedure, and subprogram is a portion of code that may be
called and executed anywhere in a program. For example, a
routine may be used to save a file or display the time.
Instead of writing the code for these commonly performed
tasks, routines are made and called when these tasks need to
be performed. Below is a basic example of a Perl subroutine.
| Is This Answer Correct ? | 4 Yes | 1 No |
What does the arrow mean in php?
What is the use of ajax in php?
How to send email using php script?
Tell me can you extend a final defined class?
What is meant by session in php?
To run php script on a local machine we need to install Apache http server and php. Then only scripts are run in the browsers. but when these things are not loaded on a local machine and a php script is brought by the browser still the browser displays the page. how?
Differentiate between php5 and php7?
Will php die?
Which will start a session?
What are the differences between session and cookie?
What is the difference between php and core php?
How to redirect a url from http to https in .htaccess?